Html Css Color HEX #D10912 Venetian Red

📋 copy color: '#D10912'

red 209 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #D10912

Tints of Venetian Red #D10912

RGB

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

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

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

R = 88.56%
G = 3.81%
B = 7.63%

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

#D10912 (or 0xD10912) is known color: Venetian Red. HEX triplet: D1, 09 and 12. RGB value is (209,9,18). Sum of RGB (Red+Green+Blue) = 209+9+18=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10912 is #2EF6ED. Grayscale: #454545. Windows color (decimal): -3077870 or 1182161. OLE color: 1182161.

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

Color convert

RGB 209 9 18 -
CMYK 0 0.96 0.91 0.18
HSL 357.3º 0.92% 0.43% -
HSV(B) 357.3º 0.96% 0.82% -
XYZ 26.5 13.79 1.84 -
YUV 69.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 209 9 18 0 0.96 0.91 0.18 357.3 0.92 0.43
Hex D1 9 12 0 60 5B 12 165 5C 2B
Octal 321 11 22 0 140 133 22 545 134 53
Binary 11010001 1001 10010 0 1100000 1011011 10010 101100101 1011100 101011

Color Harmonies of #D10912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10912

Black with #D10912

Text Example


Text Example

White with #D10912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10912; }

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

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

background-color css

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

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

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

border-color css

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

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

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