Html Css Color HEX #D51829 Fire Engine Red

📋 copy color: '#D51829'

red 213 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #D51829

Tints of Fire Engine Red #D51829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 76.62%
G = 8.63%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51829 (or 0xD51829) is known color: Fire Engine Red. HEX triplet: D5, 18 and 29. RGB value is (213,24,41). Sum of RGB (Red+Green+Blue) = 213+24+41=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D51829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51829 is #2AE7D6. Grayscale: #525252. Windows color (decimal): -2811863 or 2693333. OLE color: 2693333.

HSL color Cylindrical-coordinate representation of color #D51829: hue angle of 354.6º 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 #D51829 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 41 -
CMYK 0 0.89 0.81 0.16
HSL 354.6º 0.8% 0.46% -
HSV(B) 354.6º 0.89% 0.84% -
XYZ 28.17 14.96 3.5 -
YUV 82.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 213 24 41 0 0.89 0.81 0.16 354.6 0.8 0.46
Hex D5 18 29 0 59 51 10 163 50 2E
Octal 325 30 51 0 131 121 20 543 120 56
Binary 11010101 11000 101001 0 1011001 1010001 10000 101100011 1010000 101110

Color Harmonies of #D51829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51829

Black with #D51829

Text Example


Text Example

White with #D51829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51829; }

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

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

background-color css

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

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

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

border-color css

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

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

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