Html Css Color HEX #D00812 Venetian Red

📋 copy color: '#D00812'

red 208 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #D00812

Tints of Venetian Red #D00812

RGB

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

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

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

R = 88.89%
G = 3.42%
B = 7.69%

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

#D00812 (or 0xD00812) is known color: Venetian Red. HEX triplet: D0, 08 and 12. RGB value is (208,8,18). Sum of RGB (Red+Green+Blue) = 208+8+18=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D00812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00812 is #2FF7ED. Grayscale: #454545. Windows color (decimal): -3143662 or 1181904. OLE color: 1181904.

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

Color convert

RGB 208 8 18 -
CMYK 0 0.96 0.91 0.18
HSL 357º 0.93% 0.42% -
HSV(B) 357º 0.96% 0.82% -
XYZ 26.21 13.63 1.82 -
YUV 68.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 208 8 18 0 0.96 0.91 0.18 357 0.93 0.42
Hex D0 8 12 0 60 5B 12 165 5D 2A
Octal 320 10 22 0 140 133 22 545 135 52
Binary 11010000 1000 10010 0 1100000 1011011 10010 101100101 1011101 101010

Color Harmonies of #D00812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00812

Black with #D00812

Text Example


Text Example

White with #D00812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00812; }

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

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

background-color css

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

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

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

border-color css

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

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

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