Html Css Color HEX #D80508 Venetian Red

📋 copy color: '#D80508'

red 216 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #D80508

Tints of Venetian Red #D80508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 94.32%
G = 2.18%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D80508 (or 0xD80508) is known color: Venetian Red. HEX triplet: D8, 05 and 08. RGB value is (216,5,8). Sum of RGB (Red+Green+Blue) = 216+5+8=229 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.32% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 216 - color contains mainly: red. Hex color #D80508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80508 is #27FAF7. Grayscale: #444444. Windows color (decimal): -2620152 or 525784. OLE color: 525784.

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

Color convert

RGB 216 5 8 -
CMYK 0 0.98 0.96 0.15
HSL 359.15º 0.95% 0.43% -
HSV(B) 359.15º 0.98% 0.85% -
XYZ 28.42 14.73 1.57 -
YUV 68.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 216 5 8 0 0.98 0.96 0.15 359.15 0.95 0.43
Hex D8 5 8 0 62 60 F 167 5F 2B
Octal 330 5 10 0 142 140 17 547 137 53
Binary 11011000 101 1000 0 1100010 1100000 1111 101100111 1011111 101011

Color Harmonies of #D80508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80508

Black with #D80508

Text Example


Text Example

White with #D80508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80508; }

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

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

background-color css

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

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

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

border-color css

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

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

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