Html Css Color HEX #D41524 Fire Engine Red

📋 copy color: '#D41524'

red 212 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #D41524

Tints of Fire Engine Red #D41524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 78.81%
G = 7.81%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D41524 (or 0xD41524) is known color: Fire Engine Red. HEX triplet: D4, 15 and 24. RGB value is (212,21,36). Sum of RGB (Red+Green+Blue) = 212+21+36=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D41524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41524 is #2BEADB. Grayscale: #4F4F4F. Windows color (decimal): -2878172 or 2364884. OLE color: 2364884.

HSL color Cylindrical-coordinate representation of color #D41524: hue angle of 355.29º degrees, saturation: 0.82, 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 #D41524 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 36 -
CMYK 0 0.90 0.83 0.17
HSL 355.29º 0.82% 0.46% -
HSV(B) 355.29º 0.9% 0.83% -
XYZ 27.74 14.66 3.04 -
YUV 79.82 103.28 222.28 -
System Red Green Blue C M Y K H S L
Decimal 212 21 36 0 0.90 0.83 0.17 355.29 0.82 0.46
Hex D4 15 24 0 5A 53 11 163 52 2E
Octal 324 25 44 0 132 123 21 543 122 56
Binary 11010100 10101 100100 0 1011010 1010011 10001 101100011 1010010 101110

Color Harmonies of #D41524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41524

Black with #D41524

Text Example


Text Example

White with #D41524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41524; }

 p { color: rgb(212,21,36); }

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

background-color css

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

 a { background-color: rgb(212,21,36); }

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

border-color css

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

 span { border-color: rgb(212,21,36); }

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