Html Css Color HEX #D00001 Venetian Red

📋 copy color: '#D00001'

red 208 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #D00001

Tints of Venetian Red #D00001

RGB

 RED value IS 208 (81.64% from 255) = 99.52%

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

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

R = 99.52%
G = 0%
B = 0.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D00001 (or 0xD00001) is known color: Venetian Red. HEX triplet: D0, 00 and 01. RGB value is (208,0,1). Sum of RGB (Red+Green+Blue) = 208+0+1=209 (27% of max value = 765). Red value is 208 (81.64% from 255 or 99.52% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 208 - color contains mainly: red. Hex color #D00001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00001 is #2FFFFE. Grayscale: #3E3E3E. Windows color (decimal): -3145727 or 65744. OLE color: 65744.

HSL color Cylindrical-coordinate representation of color #D00001: hue angle of 359.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 1 -
CMYK 0 1 1.00 0.18
HSL 359.71º 1% 0.41% -
HSV(B) 359.71º 1% 0.82% -
XYZ 26.02 13.41 1.25 -
YUV 62.31 93.41 231.92 -
System Red Green Blue C M Y K H S L
Decimal 208 0 1 0 1 1.00 0.18 359.71 1 0.41
Hex D0 0 1 0 64 64 12 168 64 29
Octal 320 0 1 0 144 144 22 550 144 51
Binary 11010000 0 1 0 1100100 1100100 10010 101101000 1100100 101001

Color Harmonies of #D00001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00001

Black with #D00001

Text Example


Text Example

White with #D00001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00001; }

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

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

background-color css

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

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

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

border-color css

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

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

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