Html Css Color HEX #D41320 Fire Engine Red

📋 copy color: '#D41320'

red 212 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #D41320

Tints of Fire Engine Red #D41320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 80.61%
G = 7.22%
B = 12.17%

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

#D41320 (or 0xD41320) is known color: Fire Engine Red. HEX triplet: D4, 13 and 20. RGB value is (212,19,32). Sum of RGB (Red+Green+Blue) = 212+19+32=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D41320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41320 is #2BECDF. Grayscale: #4E4E4E. Windows color (decimal): -2878688 or 2102228. OLE color: 2102228.

HSL color Cylindrical-coordinate representation of color #D41320: hue angle of 355.96º degrees, saturation: 0.84, 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 #D41320 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 32 -
CMYK 0 0.91 0.85 0.17
HSL 355.96º 0.84% 0.45% -
HSV(B) 355.96º 0.91% 0.83% -
XYZ 27.64 14.57 2.72 -
YUV 78.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 212 19 32 0 0.91 0.85 0.17 355.96 0.84 0.45
Hex D4 13 20 0 5B 55 11 164 54 2D
Octal 324 23 40 0 133 125 21 544 124 55
Binary 11010100 10011 100000 0 1011011 1010101 10001 101100100 1010100 101101

Color Harmonies of #D41320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41320

Black with #D41320

Text Example


Text Example

White with #D41320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41320; }

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

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

background-color css

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

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

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

border-color css

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

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

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