Html Css Color HEX #D41620 Fire Engine Red

📋 copy color: '#D41620'

red 212 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #D41620

Tints of Fire Engine Red #D41620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

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

R = 79.7%
G = 8.27%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D41620 (or 0xD41620) is known color: Fire Engine Red. HEX triplet: D4, 16 and 20. RGB value is (212,22,32). Sum of RGB (Red+Green+Blue) = 212+22+32=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D41620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41620 is #2BE9DF. Grayscale: #505050. Windows color (decimal): -2877920 or 2102996. OLE color: 2102996.

HSL color Cylindrical-coordinate representation of color #D41620: hue angle of 356.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41620 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 32 -
CMYK 0 0.90 0.85 0.17
HSL 356.84º 0.81% 0.46% -
HSV(B) 356.84º 0.9% 0.83% -
XYZ 27.7 14.68 2.74 -
YUV 79.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 212 22 32 0 0.90 0.85 0.17 356.84 0.81 0.46
Hex D4 16 20 0 5A 55 11 165 51 2E
Octal 324 26 40 0 132 125 21 545 121 56
Binary 11010100 10110 100000 0 1011010 1010101 10001 101100101 1010001 101110

Color Harmonies of #D41620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41620

Black with #D41620

Text Example


Text Example

White with #D41620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41620; }

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

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

background-color css

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

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

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

border-color css

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

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

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