Html Css Color HEX #D10813 Venetian Red

📋 copy color: '#D10813'

red 209 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #D10813

Tints of Venetian Red #D10813

RGB

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

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

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

R = 88.56%
G = 3.39%
B = 8.05%

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

#D10813 (or 0xD10813) is known color: Venetian Red. HEX triplet: D1, 08 and 13. RGB value is (209,8,19). Sum of RGB (Red+Green+Blue) = 209+8+19=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10813 is #2EF7EC. Grayscale: #454545. Windows color (decimal): -3078125 or 1247441. OLE color: 1247441.

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

Color convert

RGB 209 8 19 -
CMYK 0 0.96 0.91 0.18
HSL 356.72º 0.93% 0.43% -
HSV(B) 356.72º 0.96% 0.82% -
XYZ 26.5 13.78 1.88 -
YUV 69.35 99.59 227.61 -
System Red Green Blue C M Y K H S L
Decimal 209 8 19 0 0.96 0.91 0.18 356.72 0.93 0.43
Hex D1 8 13 0 60 5B 12 165 5D 2B
Octal 321 10 23 0 140 133 22 545 135 53
Binary 11010001 1000 10011 0 1100000 1011011 10010 101100101 1011101 101011

Color Harmonies of #D10813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10813

Black with #D10813

Text Example


Text Example

White with #D10813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10813; }

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

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

background-color css

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

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

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

border-color css

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

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

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