Html Css Color HEX #D41324 Fire Engine Red

📋 copy color: '#D41324'

red 212 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #D41324

Tints of Fire Engine Red #D41324

RGB

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

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

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

R = 79.4%
G = 7.12%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D41324 (or 0xD41324) is known color: Fire Engine Red. HEX triplet: D4, 13 and 24. RGB value is (212,19,36). Sum of RGB (Red+Green+Blue) = 212+19+36=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D41324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41324 is #2BECDB. Grayscale: #4E4E4E. Windows color (decimal): -2878684 or 2364372. OLE color: 2364372.

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

Color convert

RGB 212 19 36 -
CMYK 0 0.91 0.83 0.17
HSL 354.72º 0.84% 0.45% -
HSV(B) 354.72º 0.91% 0.83% -
XYZ 27.7 14.59 3.03 -
YUV 78.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 212 19 36 0 0.91 0.83 0.17 354.72 0.84 0.45
Hex D4 13 24 0 5B 53 11 163 54 2D
Octal 324 23 44 0 133 123 21 543 124 55
Binary 11010100 10011 100100 0 1011011 1010011 10001 101100011 1010100 101101

Color Harmonies of #D41324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41324

Black with #D41324

Text Example


Text Example

White with #D41324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41324; }

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

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

background-color css

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

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

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

border-color css

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

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

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