Html Css Color HEX #D10010 Venetian Red

📋 copy color: '#D10010'

red 209 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #D10010

Tints of Venetian Red #D10010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 92.89%
G = 0%
B = 7.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D10010 (or 0xD10010) is known color: Venetian Red. HEX triplet: D1, 00 and 10. RGB value is (209,0,16). Sum of RGB (Red+Green+Blue) = 209+0+16=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D10010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10010 is #2EFFEF. Grayscale: #404040. Windows color (decimal): -3080176 or 1048785. OLE color: 1048785.

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

Color convert

RGB 209 0 16 -
CMYK 0 1 0.92 0.18
HSL 355.41º 1% 0.41% -
HSV(B) 355.41º 1% 0.82% -
XYZ 26.39 13.59 1.72 -
YUV 64.32 100.74 231.2 -
System Red Green Blue C M Y K H S L
Decimal 209 0 16 0 1 0.92 0.18 355.41 1 0.41
Hex D1 0 10 0 64 5C 12 163 64 29
Octal 321 0 20 0 144 134 22 543 144 51
Binary 11010001 0 10000 0 1100100 1011100 10010 101100011 1100100 101001

Color Harmonies of #D10010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10010

Black with #D10010

Text Example


Text Example

White with #D10010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10010; }

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

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

background-color css

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

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

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

border-color css

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

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

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