Html Css Color HEX #D10B17 Venetian Red

📋 copy color: '#D10B17'

red 209 ◦ green 11 ◦ blue 23

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

Shades of Venetian Red #D10B17

Tints of Venetian Red #D10B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.53%

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 86.01%
G = 4.53%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10B17 (or 0xD10B17) is known color: Venetian Red. HEX triplet: D1, 0B and 17. RGB value is (209,11,23). Sum of RGB (Red+Green+Blue) = 209+11+23=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10B17 is #2EF4E8. Grayscale: #474747. Windows color (decimal): -3077353 or 1510353. OLE color: 1510353.

HSL color Cylindrical-coordinate representation of color #D10B17: hue angle of 356.36º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B17 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 11 23 -
CMYK 0 0.95 0.89 0.18
HSL 356.36º 0.9% 0.43% -
HSV(B) 356.36º 0.95% 0.82% -
XYZ 26.57 13.86 2.08 -
YUV 71.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 209 11 23 0 0.95 0.89 0.18 356.36 0.9 0.43
Hex D1 B 17 0 5F 59 12 164 5A 2B
Octal 321 13 27 0 137 131 22 544 132 53
Binary 11010001 1011 10111 0 1011111 1011001 10010 101100100 1011010 101011

Color Harmonies of #D10B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B17

Black with #D10B17

Text Example


Text Example

White with #D10B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B17; }

 p { color: rgb(209,11,23); }

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

background-color css

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

 a { background-color: rgb(209,11,23); }

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

border-color css

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

 span { border-color: rgb(209,11,23); }

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