Html Css Color HEX #D0202B Fire Engine Red

📋 copy color: '#D0202B'

red 208 ◦ green 32 ◦ blue 43

#D0202B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D0202B

Tints of Fire Engine Red #D0202B

RGB

 RED value IS 208 (81.64% from 255) = 73.5%

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 73.5%
G = 11.31%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0202B (or 0xD0202B) is known color: Fire Engine Red. HEX triplet: D0, 20 and 2B. RGB value is (208,32,43). Sum of RGB (Red+Green+Blue) = 208+32+43=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D0202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0202B is #2FDFD4. Grayscale: #565656. Windows color (decimal): -3137493 or 2826448. OLE color: 2826448.

HSL color Cylindrical-coordinate representation of color #D0202B: hue angle of 356.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0202B is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 43 -
CMYK 0 0.85 0.79 0.18
HSL 356.25º 0.73% 0.47% -
HSV(B) 356.25º 0.85% 0.82% -
XYZ 26.96 14.62 3.69 -
YUV 85.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 208 32 43 0 0.85 0.79 0.18 356.25 0.73 0.47
Hex D0 20 2B 0 55 4F 12 164 49 2F
Octal 320 40 53 0 125 117 22 544 111 57
Binary 11010000 100000 101011 0 1010101 1001111 10010 101100100 1001001 101111

Color Harmonies of #D0202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0202B

Black with #D0202B

Text Example


Text Example

White with #D0202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0202B; }

 p { color: rgb(208,32,43); }

 H1.HeaderClassName
 {
   color: #D0202B;
 }
 .AnyTagClassName
 {
   color: #D0202B;
 }
</style>

background-color css

<style>
 a { background-color: #D0202B; }

 a { background-color: rgb(208,32,43); }

 div.DivClassName
 {
   background-color: #D0202B;
 }
 .BgClassName
 {
   background-color: #D0202B;
 }
</style>

border-color css

<style>
 span { border-color: #D0202B; }

 span { border-color: rgb(208,32,43); }

 td.TdClassName
 {
   border-color: #D0202B;
 }
 .TagClassName
 {
   border-color: #D0202B;
 }
</style>