Html Css Color HEX #D41624 Fire Engine Red

📋 copy color: '#D41624'

red 212 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #D41624

Tints of Fire Engine Red #D41624

RGB

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

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

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

R = 78.52%
G = 8.15%
B = 13.33%

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

#D41624 (or 0xD41624) is known color: Fire Engine Red. HEX triplet: D4, 16 and 24. RGB value is (212,22,36). Sum of RGB (Red+Green+Blue) = 212+22+36=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D41624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41624 is #2BE9DB. Grayscale: #505050. Windows color (decimal): -2877916 or 2365140. OLE color: 2365140.

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

Color convert

RGB 212 22 36 -
CMYK 0 0.90 0.83 0.17
HSL 355.58º 0.81% 0.46% -
HSV(B) 355.58º 0.9% 0.83% -
XYZ 27.76 14.7 3.04 -
YUV 80.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 212 22 36 0 0.90 0.83 0.17 355.58 0.81 0.46
Hex D4 16 24 0 5A 53 11 164 51 2E
Octal 324 26 44 0 132 123 21 544 121 56
Binary 11010100 10110 100100 0 1011010 1010011 10001 101100100 1010001 101110

Color Harmonies of #D41624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41624

Black with #D41624

Text Example


Text Example

White with #D41624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41624; }

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

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

background-color css

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

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

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

border-color css

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

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

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