Html Css Color HEX #D80823 Fire Engine Red

📋 copy color: '#D80823'

red 216 ◦ green 8 ◦ blue 35

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

Shades of Fire Engine Red #D80823

Tints of Fire Engine Red #D80823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.51%

R = 83.4%
G = 3.09%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80823 (or 0xD80823) is known color: Fire Engine Red. HEX triplet: D8, 08 and 23. RGB value is (216,8,35). Sum of RGB (Red+Green+Blue) = 216+8+35=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D80823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80823 is #27F7DC. Grayscale: #494949. Windows color (decimal): -2619357 or 2296024. OLE color: 2296024.

HSL color Cylindrical-coordinate representation of color #D80823: hue angle of 352.21º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80823 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 35 -
CMYK 0 0.96 0.84 0.15
HSL 352.21º 0.93% 0.44% -
HSV(B) 352.21º 0.96% 0.85% -
XYZ 28.71 14.89 2.95 -
YUV 73.27 106.41 229.8 -
System Red Green Blue C M Y K H S L
Decimal 216 8 35 0 0.96 0.84 0.15 352.21 0.93 0.44
Hex D8 8 23 0 60 54 F 160 5D 2C
Octal 330 10 43 0 140 124 17 540 135 54
Binary 11011000 1000 100011 0 1100000 1010100 1111 101100000 1011101 101100

Color Harmonies of #D80823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80823

Black with #D80823

Text Example


Text Example

White with #D80823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80823; }

 p { color: rgb(216,8,35); }

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

background-color css

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

 a { background-color: rgb(216,8,35); }

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

border-color css

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

 span { border-color: rgb(216,8,35); }

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