Html Css Color HEX #D4222C Fire Engine Red

📋 copy color: '#D4222C'

red 212 ◦ green 34 ◦ blue 44

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

Shades of Fire Engine Red #D4222C

Tints of Fire Engine Red #D4222C

RGB

 RED value IS 212 (83.2% from 255) = 73.1%

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 73.1%
G = 11.72%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4222C (or 0xD4222C) is known color: Fire Engine Red. HEX triplet: D4, 22 and 2C. RGB value is (212,34,44). Sum of RGB (Red+Green+Blue) = 212+34+44=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4222C is #2BDDD3. Grayscale: #585858. Windows color (decimal): -2874836 or 2892500. OLE color: 2892500.

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

Color convert

RGB 212 34 44 -
CMYK 0 0.84 0.79 0.17
HSL 356.63º 0.72% 0.48% -
HSV(B) 356.63º 0.84% 0.83% -
XYZ 28.18 15.32 3.86 -
YUV 88.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 212 34 44 0 0.84 0.79 0.17 356.63 0.72 0.48
Hex D4 22 2C 0 54 4F 11 165 48 30
Octal 324 42 54 0 124 117 21 545 110 60
Binary 11010100 100010 101100 0 1010100 1001111 10001 101100101 1001000 110000

Color Harmonies of #D4222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4222C

Black with #D4222C

Text Example


Text Example

White with #D4222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4222C; }

 p { color: rgb(212,34,44); }

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

background-color css

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

 a { background-color: rgb(212,34,44); }

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

border-color css

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

 span { border-color: rgb(212,34,44); }

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