Html Css Color HEX #D20528 Fire Engine Red

📋 copy color: '#D20528'

red 210 ◦ green 5 ◦ blue 40

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

Shades of Fire Engine Red #D20528

Tints of Fire Engine Red #D20528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 82.35%
G = 1.96%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20528 (or 0xD20528) is known color: Fire Engine Red. HEX triplet: D2, 05 and 28. RGB value is (210,5,40). Sum of RGB (Red+Green+Blue) = 210+5+40=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D20528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20528 is #2DFAD7. Grayscale: #464646. Windows color (decimal): -3013336 or 2622930. OLE color: 2622930.

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

Color convert

RGB 210 5 40 -
CMYK 0 0.98 0.81 0.18
HSL 349.76º 0.95% 0.42% -
HSV(B) 349.76º 0.98% 0.82% -
XYZ 27.02 13.96 3.28 -
YUV 70.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 210 5 40 0 0.98 0.81 0.18 349.76 0.95 0.42
Hex D2 5 28 0 62 51 12 15E 5F 2A
Octal 322 5 50 0 142 121 22 536 137 52
Binary 11010010 101 101000 0 1100010 1010001 10010 101011110 1011111 101010

Color Harmonies of #D20528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20528

Black with #D20528

Text Example


Text Example

White with #D20528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20528; }

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

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

background-color css

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

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

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

border-color css

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

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

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