Html Css Color HEX #D80506 Venetian Red

📋 copy color: '#D80506'

red 216 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #D80506

Tints of Venetian Red #D80506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 95.15%
G = 2.2%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D80506 (or 0xD80506) is known color: Venetian Red. HEX triplet: D8, 05 and 06. RGB value is (216,5,6). Sum of RGB (Red+Green+Blue) = 216+5+6=227 (30% of max value = 765). Red value is 216 (84.77% from 255 or 95.15% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 216 - color contains mainly: red. Hex color #D80506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80506 is #27FAF9. Grayscale: #444444. Windows color (decimal): -2620154 or 394712. OLE color: 394712.

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

Color convert

RGB 216 5 6 -
CMYK 0 0.98 0.97 0.15
HSL 359.72º 0.95% 0.43% -
HSV(B) 359.72º 0.98% 0.85% -
XYZ 28.41 14.72 1.52 -
YUV 68.2 92.9 233.42 -
System Red Green Blue C M Y K H S L
Decimal 216 5 6 0 0.98 0.97 0.15 359.72 0.95 0.43
Hex D8 5 6 0 62 61 F 168 5F 2B
Octal 330 5 6 0 142 141 17 550 137 53
Binary 11011000 101 110 0 1100010 1100001 1111 101101000 1011111 101011

Color Harmonies of #D80506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80506

Black with #D80506

Text Example


Text Example

White with #D80506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80506; }

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

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

background-color css

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

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

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

border-color css

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

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

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