Html Css Color HEX #D80205 Venetian Red

📋 copy color: '#D80205'

red 216 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #D80205

Tints of Venetian Red #D80205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 96.86%
G = 0.9%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D80205 (or 0xD80205) is known color: Venetian Red. HEX triplet: D8, 02 and 05. RGB value is (216,2,5). Sum of RGB (Red+Green+Blue) = 216+2+5=223 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.86% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 216 - color contains mainly: red. Hex color #D80205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80205 is #27FDFA. Grayscale: #424242. Windows color (decimal): -2620923 or 328408. OLE color: 328408.

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

Color convert

RGB 216 2 5 -
CMYK 0 0.99 0.98 0.15
HSL 359.16º 0.98% 0.43% -
HSV(B) 359.16º 0.99% 0.85% -
XYZ 28.37 14.65 1.48 -
YUV 66.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 216 2 5 0 0.99 0.98 0.15 359.16 0.98 0.43
Hex D8 2 5 0 63 62 F 167 62 2B
Octal 330 2 5 0 143 142 17 547 142 53
Binary 11011000 10 101 0 1100011 1100010 1111 101100111 1100010 101011

Color Harmonies of #D80205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80205

Black with #D80205

Text Example


Text Example

White with #D80205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80205; }

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

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

background-color css

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

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

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

border-color css

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

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

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