Html Css Color HEX #D10910 Venetian Red

📋 copy color: '#D10910'

red 209 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #D10910

Tints of Venetian Red #D10910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 89.32%
G = 3.85%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D10910 (or 0xD10910) is known color: Venetian Red. HEX triplet: D1, 09 and 10. RGB value is (209,9,16). Sum of RGB (Red+Green+Blue) = 209+9+16=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10910 is #2EF6EF. Grayscale: #454545. Windows color (decimal): -3077872 or 1051089. OLE color: 1051089.

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

Color convert

RGB 209 9 16 -
CMYK 0 0.96 0.92 0.18
HSL 357.9º 0.92% 0.43% -
HSV(B) 357.9º 0.96% 0.82% -
XYZ 26.49 13.79 1.76 -
YUV 69.6 97.76 227.43 -
System Red Green Blue C M Y K H S L
Decimal 209 9 16 0 0.96 0.92 0.18 357.9 0.92 0.43
Hex D1 9 10 0 60 5C 12 166 5C 2B
Octal 321 11 20 0 140 134 22 546 134 53
Binary 11010001 1001 10000 0 1100000 1011100 10010 101100110 1011100 101011

Color Harmonies of #D10910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10910

Black with #D10910

Text Example


Text Example

White with #D10910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10910; }

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

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

background-color css

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

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

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

border-color css

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

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

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