Html Css Color HEX #D41220 Fire Engine Red

📋 copy color: '#D41220'

red 212 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #D41220

Tints of Fire Engine Red #D41220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 80.92%
G = 6.87%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D41220 (or 0xD41220) is known color: Fire Engine Red. HEX triplet: D4, 12 and 20. RGB value is (212,18,32). Sum of RGB (Red+Green+Blue) = 212+18+32=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D41220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41220 is #2BEDDF. Grayscale: #4D4D4D. Windows color (decimal): -2878944 or 2101972. OLE color: 2101972.

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

Color convert

RGB 212 18 32 -
CMYK 0 0.92 0.85 0.17
HSL 355.67º 0.84% 0.45% -
HSV(B) 355.67º 0.92% 0.83% -
XYZ 27.63 14.53 2.72 -
YUV 77.6 102.27 223.86 -
System Red Green Blue C M Y K H S L
Decimal 212 18 32 0 0.92 0.85 0.17 355.67 0.84 0.45
Hex D4 12 20 0 5C 55 11 164 54 2D
Octal 324 22 40 0 134 125 21 544 124 55
Binary 11010100 10010 100000 0 1011100 1010101 10001 101100100 1010100 101101

Color Harmonies of #D41220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41220

Black with #D41220

Text Example


Text Example

White with #D41220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41220; }

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

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

background-color css

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

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

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

border-color css

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

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

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