Html Css Color HEX #D80204 Venetian Red

📋 copy color: '#D80204'

red 216 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #D80204

Tints of Venetian Red #D80204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 97.3%
G = 0.9%
B = 1.8%

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

#D80204 (or 0xD80204) is known color: Venetian Red. HEX triplet: D8, 02 and 04. RGB value is (216,2,4). Sum of RGB (Red+Green+Blue) = 216+2+4=222 (29% of max value = 765). Red value is 216 (84.77% from 255 or 97.30% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 216 - color contains mainly: red. Hex color #D80204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80204 is #27FDFB. Grayscale: #424242. Windows color (decimal): -2620924 or 262872. OLE color: 262872.

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

Color convert

RGB 216 2 4 -
CMYK 0 0.99 0.98 0.15
HSL 359.44º 0.98% 0.43% -
HSV(B) 359.44º 0.99% 0.85% -
XYZ 28.36 14.65 1.45 -
YUV 66.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 216 2 4 0 0.99 0.98 0.15 359.44 0.98 0.43
Hex D8 2 4 0 63 62 F 167 62 2B
Octal 330 2 4 0 143 142 17 547 142 53
Binary 11011000 10 100 0 1100011 1100010 1111 101100111 1100010 101011

Color Harmonies of #D80204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80204

Black with #D80204

Text Example


Text Example

White with #D80204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80204; }

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

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

background-color css

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

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

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

border-color css

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

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

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