Html Css Color HEX #D51624 Fire Engine Red

📋 copy color: '#D51624'

red 213 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #D51624

Tints of Fire Engine Red #D51624

RGB

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

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

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

R = 78.6%
G = 8.12%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D51624 (or 0xD51624) is known color: Fire Engine Red. HEX triplet: D5, 16 and 24. RGB value is (213,22,36). Sum of RGB (Red+Green+Blue) = 213+22+36=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D51624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51624 is #2AE9DB. Grayscale: #505050. Windows color (decimal): -2812380 or 2365141. OLE color: 2365141.

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

Color convert

RGB 213 22 36 -
CMYK 0 0.90 0.83 0.16
HSL 355.6º 0.81% 0.46% -
HSV(B) 355.6º 0.9% 0.84% -
XYZ 28.05 14.85 3.06 -
YUV 80.71 102.78 222.36 -
System Red Green Blue C M Y K H S L
Decimal 213 22 36 0 0.90 0.83 0.16 355.6 0.81 0.46
Hex D5 16 24 0 5A 53 10 164 51 2E
Octal 325 26 44 0 132 123 20 544 121 56
Binary 11010101 10110 100100 0 1011010 1010011 10000 101100100 1010001 101110

Color Harmonies of #D51624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51624

Black with #D51624

Text Example


Text Example

White with #D51624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51624; }

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

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

background-color css

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

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

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

border-color css

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

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

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