Html Css Color HEX #D20628 Fire Engine Red

📋 copy color: '#D20628'

red 210 ◦ green 6 ◦ blue 40

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

Shades of Fire Engine Red #D20628

Tints of Fire Engine Red #D20628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 82.03%
G = 2.34%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20628 (or 0xD20628) is known color: Fire Engine Red. HEX triplet: D2, 06 and 28. RGB value is (210,6,40). Sum of RGB (Red+Green+Blue) = 210+6+40=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D20628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20628 is #2DF9D7. Grayscale: #464646. Windows color (decimal): -3013080 or 2623186. OLE color: 2623186.

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

Color convert

RGB 210 6 40 -
CMYK 0 0.97 0.81 0.18
HSL 350º 0.94% 0.42% -
HSV(B) 350º 0.97% 0.82% -
XYZ 27.03 13.99 3.28 -
YUV 70.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 210 6 40 0 0.97 0.81 0.18 350 0.94 0.42
Hex D2 6 28 0 61 51 12 15E 5E 2A
Octal 322 6 50 0 141 121 22 536 136 52
Binary 11010010 110 101000 0 1100001 1010001 10010 101011110 1011110 101010

Color Harmonies of #D20628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20628

Black with #D20628

Text Example


Text Example

White with #D20628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20628; }

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

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

background-color css

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

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

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

border-color css

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

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

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