Html Css Color HEX #D00006 Venetian Red

📋 copy color: '#D00006'

red 208 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #D00006

Tints of Venetian Red #D00006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.8%

R = 97.2%
G = 0%
B = 2.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D00006 (or 0xD00006) is known color: Venetian Red. HEX triplet: D0, 00 and 06. RGB value is (208,0,6). Sum of RGB (Red+Green+Blue) = 208+0+6=214 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.20% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 208 - color contains mainly: red. Hex color #D00006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00006 is #2FFFF9. Grayscale: #3F3F3F. Windows color (decimal): -3145722 or 393424. OLE color: 393424.

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

Color convert

RGB 208 0 6 -
CMYK 0 1 0.97 0.18
HSL 358.27º 1% 0.41% -
HSV(B) 358.27º 1% 0.82% -
XYZ 26.05 13.42 1.39 -
YUV 62.88 95.91 231.51 -
System Red Green Blue C M Y K H S L
Decimal 208 0 6 0 1 0.97 0.18 358.27 1 0.41
Hex D0 0 6 0 64 61 12 166 64 29
Octal 320 0 6 0 144 141 22 546 144 51
Binary 11010000 0 110 0 1100100 1100001 10010 101100110 1100100 101001

Color Harmonies of #D00006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00006

Black with #D00006

Text Example


Text Example

White with #D00006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00006; }

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

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

background-color css

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

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

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

border-color css

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

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

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