Html Css Color HEX #D4202C Fire Engine Red

📋 copy color: '#D4202C'

red 212 ◦ green 32 ◦ blue 44

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

Shades of Fire Engine Red #D4202C

Tints of Fire Engine Red #D4202C

RGB

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

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

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

R = 73.61%
G = 11.11%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4202C (or 0xD4202C) is known color: Fire Engine Red. HEX triplet: D4, 20 and 2C. RGB value is (212,32,44). Sum of RGB (Red+Green+Blue) = 212+32+44=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D4202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4202C is #2BDFD3. Grayscale: #575757. Windows color (decimal): -2875348 or 2891988. OLE color: 2891988.

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

Color convert

RGB 212 32 44 -
CMYK 0 0.85 0.79 0.17
HSL 356º 0.74% 0.48% -
HSV(B) 356º 0.85% 0.83% -
XYZ 28.12 15.21 3.84 -
YUV 87.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 212 32 44 0 0.85 0.79 0.17 356 0.74 0.48
Hex D4 20 2C 0 55 4F 11 164 4A 30
Octal 324 40 54 0 125 117 21 544 112 60
Binary 11010100 100000 101100 0 1010101 1001111 10001 101100100 1001010 110000

Color Harmonies of #D4202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4202C

Black with #D4202C

Text Example


Text Example

White with #D4202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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