Html Css Color HEX #D20529 Fire Engine Red

📋 copy color: '#D20529'

red 210 ◦ green 5 ◦ blue 41

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

Shades of Fire Engine Red #D20529

Tints of Fire Engine Red #D20529

RGB

 RED value IS 210 (82.42% from 255) = 82.03%

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 82.03%
G = 1.95%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20529 (or 0xD20529) is known color: Fire Engine Red. HEX triplet: D2, 05 and 29. RGB value is (210,5,41). Sum of RGB (Red+Green+Blue) = 210+5+41=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D20529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20529 is #2DFAD6. Grayscale: #464646. Windows color (decimal): -3013335 or 2688466. OLE color: 2688466.

HSL color Cylindrical-coordinate representation of color #D20529: hue angle of 349.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20529 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 41 -
CMYK 0 0.98 0.80 0.18
HSL 349.46º 0.95% 0.42% -
HSV(B) 349.46º 0.98% 0.82% -
XYZ 27.03 13.97 3.37 -
YUV 70.4 111.42 227.57 -
System Red Green Blue C M Y K H S L
Decimal 210 5 41 0 0.98 0.80 0.18 349.46 0.95 0.42
Hex D2 5 29 0 62 50 12 15D 5F 2A
Octal 322 5 51 0 142 120 22 535 137 52
Binary 11010010 101 101001 0 1100010 1010000 10010 101011101 1011111 101010

Color Harmonies of #D20529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20529

Black with #D20529

Text Example


Text Example

White with #D20529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20529; }

 p { color: rgb(210,5,41); }

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

background-color css

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

 a { background-color: rgb(210,5,41); }

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

border-color css

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

 span { border-color: rgb(210,5,41); }

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