Html Css Color HEX #D00002 Venetian Red

📋 copy color: '#D00002'

red 208 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #D00002

Tints of Venetian Red #D00002

RGB

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

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

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

R = 99.05%
G = 0%
B = 0.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00002 (or 0xD00002) is known color: Venetian Red. HEX triplet: D0, 00 and 02. RGB value is (208,0,2). Sum of RGB (Red+Green+Blue) = 208+0+2=210 (27% of max value = 765). Red value is 208 (81.64% from 255 or 99.05% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 208 - color contains mainly: red. Hex color #D00002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00002 is #2FFFFD. Grayscale: #3E3E3E. Windows color (decimal): -3145726 or 131280. OLE color: 131280.

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

Color convert

RGB 208 0 2 -
CMYK 0 1 0.99 0.18
HSL 359.42º 1% 0.41% -
HSV(B) 359.42º 1% 0.82% -
XYZ 26.02 13.41 1.28 -
YUV 62.42 93.91 231.84 -
System Red Green Blue C M Y K H S L
Decimal 208 0 2 0 1 0.99 0.18 359.42 1 0.41
Hex D0 0 2 0 64 63 12 167 64 29
Octal 320 0 2 0 144 143 22 547 144 51
Binary 11010000 0 10 0 1100100 1100011 10010 101100111 1100100 101001

Color Harmonies of #D00002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00002

Black with #D00002

Text Example


Text Example

White with #D00002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00002; }

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

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

background-color css

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

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

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

border-color css

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

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

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