Html Css Color HEX #D10913 Venetian Red

📋 copy color: '#D10913'

red 209 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #D10913

Tints of Venetian Red #D10913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 88.19%
G = 3.8%
B = 8.02%

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

#D10913 (or 0xD10913) is known color: Venetian Red. HEX triplet: D1, 09 and 13. RGB value is (209,9,19). Sum of RGB (Red+Green+Blue) = 209+9+19=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D10913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10913 is #2EF6EC. Grayscale: #464646. Windows color (decimal): -3077869 or 1247697. OLE color: 1247697.

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

Color convert

RGB 209 9 19 -
CMYK 0 0.96 0.91 0.18
HSL 357º 0.92% 0.43% -
HSV(B) 357º 0.96% 0.82% -
XYZ 26.51 13.8 1.88 -
YUV 69.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 209 9 19 0 0.96 0.91 0.18 357 0.92 0.43
Hex D1 9 13 0 60 5B 12 165 5C 2B
Octal 321 11 23 0 140 133 22 545 134 53
Binary 11010001 1001 10011 0 1100000 1011011 10010 101100101 1011100 101011

Color Harmonies of #D10913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10913

Black with #D10913

Text Example


Text Example

White with #D10913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10913; }

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

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

background-color css

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

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

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

border-color css

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

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

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