Html Css Color HEX #D10109 Venetian Red

📋 copy color: '#D10109'

red 209 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #D10109

Tints of Venetian Red #D10109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 9 (3.91% from 255) = 4.11%

R = 95.43%
G = 0.46%
B = 4.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D10109 (or 0xD10109) is known color: Venetian Red. HEX triplet: D1, 01 and 09. RGB value is (209,1,9). Sum of RGB (Red+Green+Blue) = 209+1+9=219 (29% of max value = 765). Red value is 209 (82.03% from 255 or 95.43% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 209 - color contains mainly: red. Hex color #D10109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10109 is #2EFEF6. Grayscale: #404040. Windows color (decimal): -3079927 or 590289. OLE color: 590289.

HSL color Cylindrical-coordinate representation of color #D10109: hue angle of 357.69º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 9 -
CMYK 0 1.00 0.96 0.18
HSL 357.69º 0.99% 0.41% -
HSV(B) 357.69º 1% 0.82% -
XYZ 26.35 13.6 1.49 -
YUV 64.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 209 1 9 0 1.00 0.96 0.18 357.69 0.99 0.41
Hex D1 1 9 0 64 60 12 166 63 29
Octal 321 1 11 0 144 140 22 546 143 51
Binary 11010001 1 1001 0 1100100 1100000 10010 101100110 1100011 101001

Color Harmonies of #D10109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10109

Black with #D10109

Text Example


Text Example

White with #D10109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10109; }

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

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

background-color css

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

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

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

border-color css

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

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

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