Html Css Color HEX #D10005 Venetian Red

📋 copy color: '#D10005'

red 209 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #D10005

Tints of Venetian Red #D10005

RGB

 RED value IS 209 (82.03% from 255) = 97.66%

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

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

R = 97.66%
G = 0%
B = 2.34%

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

#D10005 (or 0xD10005) is known color: Venetian Red. HEX triplet: D1, 00 and 05. RGB value is (209,0,5). Sum of RGB (Red+Green+Blue) = 209+0+5=214 (28% of max value = 765). Red value is 209 (82.03% from 255 or 97.66% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 209 - color contains mainly: red. Hex color #D10005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10005 is #2EFFFA. Grayscale: #3F3F3F. Windows color (decimal): -3080187 or 327889. OLE color: 327889.

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

Color convert

RGB 209 0 5 -
CMYK 0 1 0.98 0.18
HSL 358.56º 1% 0.41% -
HSV(B) 358.56º 1% 0.82% -
XYZ 26.32 13.57 1.37 -
YUV 63.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 209 0 5 0 1 0.98 0.18 358.56 1 0.41
Hex D1 0 5 0 64 62 12 167 64 29
Octal 321 0 5 0 144 142 22 547 144 51
Binary 11010001 0 101 0 1100100 1100010 10010 101100111 1100100 101001

Color Harmonies of #D10005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10005

Black with #D10005

Text Example


Text Example

White with #D10005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10005; }

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

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

background-color css

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

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

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

border-color css

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

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

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