Html Css Color HEX #D0222B Fire Engine Red

📋 copy color: '#D0222B'

red 208 ◦ green 34 ◦ blue 43

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

Shades of Fire Engine Red #D0222B

Tints of Fire Engine Red #D0222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

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

R = 72.98%
G = 11.93%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0222B (or 0xD0222B) is known color: Fire Engine Red. HEX triplet: D0, 22 and 2B. RGB value is (208,34,43). Sum of RGB (Red+Green+Blue) = 208+34+43=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0222B is #2FDDD4. Grayscale: #575757. Windows color (decimal): -3136981 or 2826960. OLE color: 2826960.

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

Color convert

RGB 208 34 43 -
CMYK 0 0.84 0.79 0.18
HSL 356.9º 0.72% 0.47% -
HSV(B) 356.9º 0.84% 0.82% -
XYZ 27.02 14.73 3.7 -
YUV 87.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 208 34 43 0 0.84 0.79 0.18 356.9 0.72 0.47
Hex D0 22 2B 0 54 4F 12 165 48 2F
Octal 320 42 53 0 124 117 22 545 110 57
Binary 11010000 100010 101011 0 1010100 1001111 10010 101100101 1001000 101111

Color Harmonies of #D0222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0222B

Black with #D0222B

Text Example


Text Example

White with #D0222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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