Html Css Color HEX #D80818 Venetian Red

📋 copy color: '#D80818'

red 216 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #D80818

Tints of Venetian Red #D80818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 87.1%
G = 3.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80818 (or 0xD80818) is known color: Venetian Red. HEX triplet: D8, 08 and 18. RGB value is (216,8,24). Sum of RGB (Red+Green+Blue) = 216+8+24=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D80818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80818 is #27F7E7. Grayscale: #484848. Windows color (decimal): -2619368 or 1575128. OLE color: 1575128.

HSL color Cylindrical-coordinate representation of color #D80818: hue angle of 355.38º 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 #D80818 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 24 -
CMYK 0 0.96 0.89 0.15
HSL 355.38º 0.93% 0.44% -
HSV(B) 355.38º 0.96% 0.85% -
XYZ 28.57 14.84 2.22 -
YUV 72.02 100.91 230.7 -
System Red Green Blue C M Y K H S L
Decimal 216 8 24 0 0.96 0.89 0.15 355.38 0.93 0.44
Hex D8 8 18 0 60 59 F 163 5D 2C
Octal 330 10 30 0 140 131 17 543 135 54
Binary 11011000 1000 11000 0 1100000 1011001 1111 101100011 1011101 101100

Color Harmonies of #D80818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80818

Black with #D80818

Text Example


Text Example

White with #D80818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80818; }

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

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

background-color css

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

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

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

border-color css

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

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

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