Html Css Color HEX #D00813 Venetian Red

📋 copy color: '#D00813'

red 208 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #D00813

Tints of Venetian Red #D00813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 88.51%
G = 3.4%
B = 8.09%

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

#D00813 (or 0xD00813) is known color: Venetian Red. HEX triplet: D0, 08 and 13. RGB value is (208,8,19). Sum of RGB (Red+Green+Blue) = 208+8+19=235 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.51% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 208 - color contains mainly: red. Hex color #D00813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00813 is #2FF7EC. Grayscale: #454545. Windows color (decimal): -3143661 or 1247440. OLE color: 1247440.

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

Color convert

RGB 208 8 19 -
CMYK 0 0.96 0.91 0.18
HSL 356.7º 0.93% 0.42% -
HSV(B) 356.7º 0.96% 0.82% -
XYZ 26.22 13.63 1.87 -
YUV 69.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 208 8 19 0 0.96 0.91 0.18 356.7 0.93 0.42
Hex D0 8 13 0 60 5B 12 165 5D 2A
Octal 320 10 23 0 140 133 22 545 135 52
Binary 11010000 1000 10011 0 1100000 1011011 10010 101100101 1011101 101010

Color Harmonies of #D00813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00813

Black with #D00813

Text Example


Text Example

White with #D00813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00813; }

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

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

background-color css

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

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

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

border-color css

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

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

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