Html Css Color HEX #D51929 Fire Engine Red

📋 copy color: '#D51929'

red 213 ◦ green 25 ◦ blue 41

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

Shades of Fire Engine Red #D51929

Tints of Fire Engine Red #D51929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 76.34%
G = 8.96%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51929 (or 0xD51929) is known color: Fire Engine Red. HEX triplet: D5, 19 and 29. RGB value is (213,25,41). Sum of RGB (Red+Green+Blue) = 213+25+41=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D51929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51929 is #2AE6D6. Grayscale: #535353. Windows color (decimal): -2811607 or 2693589. OLE color: 2693589.

HSL color Cylindrical-coordinate representation of color #D51929: hue angle of 354.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51929 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 41 -
CMYK 0 0.88 0.81 0.16
HSL 354.89º 0.79% 0.47% -
HSV(B) 354.89º 0.88% 0.84% -
XYZ 28.19 15 3.51 -
YUV 83.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 213 25 41 0 0.88 0.81 0.16 354.89 0.79 0.47
Hex D5 19 29 0 58 51 10 163 4F 2F
Octal 325 31 51 0 130 121 20 543 117 57
Binary 11010101 11001 101001 0 1011000 1010001 10000 101100011 1001111 101111

Color Harmonies of #D51929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51929

Black with #D51929

Text Example


Text Example

White with #D51929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51929; }

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

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

background-color css

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

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

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

border-color css

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

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

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