Html Css Color HEX #D80208 Venetian Red

📋 copy color: '#D80208'

red 216 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #D80208

Tints of Venetian Red #D80208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 95.58%
G = 0.88%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D80208 (or 0xD80208) is known color: Venetian Red. HEX triplet: D8, 02 and 08. RGB value is (216,2,8). Sum of RGB (Red+Green+Blue) = 216+2+8=226 (29% of max value = 765). Red value is 216 (84.77% from 255 or 95.58% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 216 - color contains mainly: red. Hex color #D80208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80208 is #27FDF7. Grayscale: #424242. Windows color (decimal): -2620920 or 525016. OLE color: 525016.

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

Color convert

RGB 216 2 8 -
CMYK 0 0.99 0.96 0.15
HSL 358.32º 0.98% 0.43% -
HSV(B) 358.32º 0.99% 0.85% -
XYZ 28.38 14.66 1.56 -
YUV 66.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 216 2 8 0 0.99 0.96 0.15 358.32 0.98 0.43
Hex D8 2 8 0 63 60 F 166 62 2B
Octal 330 2 10 0 143 140 17 546 142 53
Binary 11011000 10 1000 0 1100011 1100000 1111 101100110 1100010 101011

Color Harmonies of #D80208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80208

Black with #D80208

Text Example


Text Example

White with #D80208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80208; }

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

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

background-color css

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

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

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

border-color css

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

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

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