Html Css Color HEX #D51529 Fire Engine Red

📋 copy color: '#D51529'

red 213 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #D51529

Tints of Fire Engine Red #D51529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 77.45%
G = 7.64%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51529 (or 0xD51529) is known color: Fire Engine Red. HEX triplet: D5, 15 and 29. RGB value is (213,21,41). Sum of RGB (Red+Green+Blue) = 213+21+41=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D51529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51529 is #2AEAD6. Grayscale: #505050. Windows color (decimal): -2812631 or 2692565. OLE color: 2692565.

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

Color convert

RGB 213 21 41 -
CMYK 0 0.90 0.81 0.16
HSL 353.75º 0.82% 0.46% -
HSV(B) 353.75º 0.9% 0.84% -
XYZ 28.11 14.84 3.48 -
YUV 80.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 213 21 41 0 0.90 0.81 0.16 353.75 0.82 0.46
Hex D5 15 29 0 5A 51 10 162 52 2E
Octal 325 25 51 0 132 121 20 542 122 56
Binary 11010101 10101 101001 0 1011010 1010001 10000 101100010 1010010 101110

Color Harmonies of #D51529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51529

Black with #D51529

Text Example


Text Example

White with #D51529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51529; }

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

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

background-color css

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

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

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

border-color css

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

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

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