Html Css Color HEX #D41724 Fire Engine Red

📋 copy color: '#D41724'

red 212 ◦ green 23 ◦ blue 36

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

Shades of Fire Engine Red #D41724

Tints of Fire Engine Red #D41724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 78.23%
G = 8.49%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D41724 (or 0xD41724) is known color: Fire Engine Red. HEX triplet: D4, 17 and 24. RGB value is (212,23,36). Sum of RGB (Red+Green+Blue) = 212+23+36=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D41724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41724 is #2BE8DB. Grayscale: #515151. Windows color (decimal): -2877660 or 2365396. OLE color: 2365396.

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

Color convert

RGB 212 23 36 -
CMYK 0 0.89 0.83 0.17
HSL 355.87º 0.8% 0.46% -
HSV(B) 355.87º 0.89% 0.83% -
XYZ 27.78 14.74 3.05 -
YUV 80.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 212 23 36 0 0.89 0.83 0.17 355.87 0.8 0.46
Hex D4 17 24 0 59 53 11 164 50 2E
Octal 324 27 44 0 131 123 21 544 120 56
Binary 11010100 10111 100100 0 1011001 1010011 10001 101100100 1010000 101110

Color Harmonies of #D41724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41724

Black with #D41724

Text Example


Text Example

White with #D41724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41724; }

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

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

background-color css

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

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

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

border-color css

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

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

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