Html Css Color HEX #D51824 Fire Engine Red

📋 copy color: '#D51824'

red 213 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #D51824

Tints of Fire Engine Red #D51824

RGB

 RED value IS 213 (83.59% from 255) = 78.02%

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 78.02%
G = 8.79%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D51824 (or 0xD51824) is known color: Fire Engine Red. HEX triplet: D5, 18 and 24. RGB value is (213,24,36). Sum of RGB (Red+Green+Blue) = 213+24+36=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D51824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51824 is #2AE7DB. Grayscale: #525252. Windows color (decimal): -2811868 or 2365653. OLE color: 2365653.

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

Color convert

RGB 213 24 36 -
CMYK 0 0.89 0.83 0.16
HSL 356.19º 0.8% 0.46% -
HSV(B) 356.19º 0.89% 0.84% -
XYZ 28.09 14.93 3.07 -
YUV 81.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 213 24 36 0 0.89 0.83 0.16 356.19 0.8 0.46
Hex D5 18 24 0 59 53 10 164 50 2E
Octal 325 30 44 0 131 123 20 544 120 56
Binary 11010101 11000 100100 0 1011001 1010011 10000 101100100 1010000 101110

Color Harmonies of #D51824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51824

Black with #D51824

Text Example


Text Example

White with #D51824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51824; }

 p { color: rgb(213,24,36); }

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

background-color css

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

 a { background-color: rgb(213,24,36); }

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

border-color css

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

 span { border-color: rgb(213,24,36); }

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