Html Css Color HEX #D80228 Fire Engine Red

📋 copy color: '#D80228'

red 216 ◦ green 2 ◦ blue 40

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

Shades of Fire Engine Red #D80228

Tints of Fire Engine Red #D80228

RGB

 RED value IS 216 (84.77% from 255) = 83.72%

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 83.72%
G = 0.78%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D80228 (or 0xD80228) is known color: Fire Engine Red. HEX triplet: D8, 02 and 28. RGB value is (216,2,40). Sum of RGB (Red+Green+Blue) = 216+2+40=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D80228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80228 is #27FDD7. Grayscale: #464646. Windows color (decimal): -2620888 or 2622168. OLE color: 2622168.

HSL color Cylindrical-coordinate representation of color #D80228: hue angle of 349.35º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80228 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 40 -
CMYK 0 0.99 0.81 0.15
HSL 349.35º 0.98% 0.43% -
HSV(B) 349.35º 0.99% 0.85% -
XYZ 28.72 14.8 3.35 -
YUV 70.32 110.9 231.91 -
System Red Green Blue C M Y K H S L
Decimal 216 2 40 0 0.99 0.81 0.15 349.35 0.98 0.43
Hex D8 2 28 0 63 51 F 15D 62 2B
Octal 330 2 50 0 143 121 17 535 142 53
Binary 11011000 10 101000 0 1100011 1010001 1111 101011101 1100010 101011

Color Harmonies of #D80228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80228

Black with #D80228

Text Example


Text Example

White with #D80228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80228; }

 p { color: rgb(216,2,40); }

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

background-color css

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

 a { background-color: rgb(216,2,40); }

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

border-color css

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

 span { border-color: rgb(216,2,40); }

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