Html Css Color HEX #D51329 Fire Engine Red

📋 copy color: '#D51329'

red 213 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #D51329

Tints of Fire Engine Red #D51329

RGB

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

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

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

R = 78.02%
G = 6.96%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51329 (or 0xD51329) is known color: Fire Engine Red. HEX triplet: D5, 13 and 29. RGB value is (213,19,41). Sum of RGB (Red+Green+Blue) = 213+19+41=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D51329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51329 is #2AECD6. Grayscale: #4F4F4F. Windows color (decimal): -2813143 or 2692053. OLE color: 2692053.

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

Color convert

RGB 213 19 41 -
CMYK 0 0.91 0.81 0.16
HSL 353.2º 0.84% 0.45% -
HSV(B) 353.2º 0.91% 0.84% -
XYZ 28.07 14.77 3.47 -
YUV 79.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 213 19 41 0 0.91 0.81 0.16 353.2 0.84 0.45
Hex D5 13 29 0 5B 51 10 161 54 2D
Octal 325 23 51 0 133 121 20 541 124 55
Binary 11010101 10011 101001 0 1011011 1010001 10000 101100001 1010100 101101

Color Harmonies of #D51329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51329

Black with #D51329

Text Example


Text Example

White with #D51329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51329; }

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

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

background-color css

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

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

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

border-color css

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

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

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