Html Css Color HEX #D00005 Venetian Red

📋 copy color: '#D00005'

red 208 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #D00005

Tints of Venetian Red #D00005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 97.65%
G = 0%
B = 2.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00005 (or 0xD00005) is known color: Venetian Red. HEX triplet: D0, 00 and 05. RGB value is (208,0,5). Sum of RGB (Red+Green+Blue) = 208+0+5=213 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.65% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 208 - color contains mainly: red. Hex color #D00005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00005 is #2FFFFA. Grayscale: #3E3E3E. Windows color (decimal): -3145723 or 327888. OLE color: 327888.

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

Color convert

RGB 208 0 5 -
CMYK 0 1 0.98 0.18
HSL 358.56º 1% 0.41% -
HSV(B) 358.56º 1% 0.82% -
XYZ 26.04 13.42 1.36 -
YUV 62.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 208 0 5 0 1 0.98 0.18 358.56 1 0.41
Hex D0 0 5 0 64 62 12 167 64 29
Octal 320 0 5 0 144 142 22 547 144 51
Binary 11010000 0 101 0 1100100 1100010 10010 101100111 1100100 101001

Color Harmonies of #D00005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00005

Black with #D00005

Text Example


Text Example

White with #D00005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00005; }

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

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

background-color css

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

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

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

border-color css

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

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

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