Html Css Color HEX #D41420 Fire Engine Red

📋 copy color: '#D41420'

red 212 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #D41420

Tints of Fire Engine Red #D41420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 80.3%
G = 7.58%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D41420 (or 0xD41420) is known color: Fire Engine Red. HEX triplet: D4, 14 and 20. RGB value is (212,20,32). Sum of RGB (Red+Green+Blue) = 212+20+32=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D41420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41420 is #2BEBDF. Grayscale: #4E4E4E. Windows color (decimal): -2878432 or 2102484. OLE color: 2102484.

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

Color convert

RGB 212 20 32 -
CMYK 0 0.91 0.85 0.17
HSL 356.25º 0.83% 0.45% -
HSV(B) 356.25º 0.91% 0.83% -
XYZ 27.66 14.6 2.73 -
YUV 78.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 212 20 32 0 0.91 0.85 0.17 356.25 0.83 0.45
Hex D4 14 20 0 5B 55 11 164 53 2D
Octal 324 24 40 0 133 125 21 544 123 55
Binary 11010100 10100 100000 0 1011011 1010101 10001 101100100 1010011 101101

Color Harmonies of #D41420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41420

Black with #D41420

Text Example


Text Example

White with #D41420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41420; }

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

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

background-color css

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

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

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

border-color css

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

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

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