Html Css Color HEX #D80001 Venetian Red

📋 copy color: '#D80001'

red 216 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #D80001

Tints of Venetian Red #D80001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 99.54%
G = 0%
B = 0.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D80001 (or 0xD80001) is known color: Venetian Red. HEX triplet: D8, 00 and 01. RGB value is (216,0,1). Sum of RGB (Red+Green+Blue) = 216+0+1=217 (28% of max value = 765). Red value is 216 (84.77% from 255 or 99.54% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 216 - color contains mainly: red. Hex color #D80001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80001 is #27FFFE. Grayscale: #404040. Windows color (decimal): -2621439 or 65752. OLE color: 65752.

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

Color convert

RGB 216 0 1 -
CMYK 0 1 1.00 0.15
HSL 359.72º 1% 0.42% -
HSV(B) 359.72º 1% 0.85% -
XYZ 28.32 14.6 1.35 -
YUV 64.7 92.06 235.92 -
System Red Green Blue C M Y K H S L
Decimal 216 0 1 0 1 1.00 0.15 359.72 1 0.42
Hex D8 0 1 0 64 64 F 168 64 2A
Octal 330 0 1 0 144 144 17 550 144 52
Binary 11011000 0 1 0 1100100 1100100 1111 101101000 1100100 101010

Color Harmonies of #D80001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80001

Black with #D80001

Text Example


Text Example

White with #D80001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80001; }

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

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

background-color css

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

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

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

border-color css

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

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

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