Html Css Color HEX #D00828 Fire Engine Red

📋 copy color: '#D00828'

red 208 ◦ green 8 ◦ blue 40

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

Shades of Fire Engine Red #D00828

Tints of Fire Engine Red #D00828

RGB

 RED value IS 208 (81.64% from 255) = 81.25%

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 81.25%
G = 3.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D00828 (or 0xD00828) is known color: Fire Engine Red. HEX triplet: D0, 08 and 28. RGB value is (208,8,40). Sum of RGB (Red+Green+Blue) = 208+8+40=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D00828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00828 is #2FF7D7. Grayscale: #474747. Windows color (decimal): -3143640 or 2623696. OLE color: 2623696.

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

Color convert

RGB 208 8 40 -
CMYK 0 0.96 0.81 0.18
HSL 350.4º 0.93% 0.42% -
HSV(B) 350.4º 0.96% 0.82% -
XYZ 26.48 13.74 3.26 -
YUV 71.45 110.26 225.4 -
System Red Green Blue C M Y K H S L
Decimal 208 8 40 0 0.96 0.81 0.18 350.4 0.93 0.42
Hex D0 8 28 0 60 51 12 15E 5D 2A
Octal 320 10 50 0 140 121 22 536 135 52
Binary 11010000 1000 101000 0 1100000 1010001 10010 101011110 1011101 101010

Color Harmonies of #D00828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00828

Black with #D00828

Text Example


Text Example

White with #D00828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00828; }

 p { color: rgb(208,8,40); }

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

background-color css

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

 a { background-color: rgb(208,8,40); }

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

border-color css

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

 span { border-color: rgb(208,8,40); }

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