Html Css Color HEX #D80002 Venetian Red

📋 copy color: '#D80002'

red 216 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #D80002

Tints of Venetian Red #D80002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 99.08%
G = 0%
B = 0.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D80002 (or 0xD80002) is known color: Venetian Red. HEX triplet: D8, 00 and 02. RGB value is (216,0,2). Sum of RGB (Red+Green+Blue) = 216+0+2=218 (28% of max value = 765). Red value is 216 (84.77% from 255 or 99.08% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 216 - color contains mainly: red. Hex color #D80002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80002 is #27FFFD. Grayscale: #414141. Windows color (decimal): -2621438 or 131288. OLE color: 131288.

HSL color Cylindrical-coordinate representation of color #D80002: hue angle of 359.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 2 -
CMYK 0 1 0.99 0.15
HSL 359.44º 1% 0.42% -
HSV(B) 359.44º 1% 0.85% -
XYZ 28.33 14.6 1.38 -
YUV 64.81 92.56 235.84 -
System Red Green Blue C M Y K H S L
Decimal 216 0 2 0 1 0.99 0.15 359.44 1 0.42
Hex D8 0 2 0 64 63 F 167 64 2A
Octal 330 0 2 0 144 143 17 547 144 52
Binary 11011000 0 10 0 1100100 1100011 1111 101100111 1100100 101010

Color Harmonies of #D80002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80002

Black with #D80002

Text Example


Text Example

White with #D80002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80002; }

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

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

background-color css

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

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

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

border-color css

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

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

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