Html Css Color HEX #D10812 Venetian Red

📋 copy color: '#D10812'

red 209 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #D10812

Tints of Venetian Red #D10812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 88.94%
G = 3.4%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D10812 (or 0xD10812) is known color: Venetian Red. HEX triplet: D1, 08 and 12. RGB value is (209,8,18). Sum of RGB (Red+Green+Blue) = 209+8+18=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D10812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10812 is #2EF7ED. Grayscale: #454545. Windows color (decimal): -3078126 or 1181905. OLE color: 1181905.

HSL color Cylindrical-coordinate representation of color #D10812: hue angle of 357.01º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 8 18 -
CMYK 0 0.96 0.91 0.18
HSL 357.01º 0.93% 0.43% -
HSV(B) 357.01º 0.96% 0.82% -
XYZ 26.49 13.77 1.83 -
YUV 69.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 209 8 18 0 0.96 0.91 0.18 357.01 0.93 0.43
Hex D1 8 12 0 60 5B 12 165 5D 2B
Octal 321 10 22 0 140 133 22 545 135 53
Binary 11010001 1000 10010 0 1100000 1011011 10010 101100101 1011101 101011

Color Harmonies of #D10812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10812

Black with #D10812

Text Example


Text Example

White with #D10812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10812; }

 p { color: rgb(209,8,18); }

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

background-color css

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

 a { background-color: rgb(209,8,18); }

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

border-color css

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

 span { border-color: rgb(209,8,18); }

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