Html Css Color HEX #D10217 Venetian Red

📋 copy color: '#D10217'

red 209 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #D10217

Tints of Venetian Red #D10217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 89.32%
G = 0.85%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10217 (or 0xD10217) is known color: Venetian Red. HEX triplet: D1, 02 and 17. RGB value is (209,2,23). Sum of RGB (Red+Green+Blue) = 209+2+23=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10217 is #2EFDE8. Grayscale: #424242. Windows color (decimal): -3079657 or 1508049. OLE color: 1508049.

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

Color convert

RGB 209 2 23 -
CMYK 0 0.99 0.89 0.18
HSL 353.91º 0.98% 0.41% -
HSV(B) 353.91º 0.99% 0.82% -
XYZ 26.47 13.66 2.05 -
YUV 66.29 103.58 229.79 -
System Red Green Blue C M Y K H S L
Decimal 209 2 23 0 0.99 0.89 0.18 353.91 0.98 0.41
Hex D1 2 17 0 63 59 12 162 62 29
Octal 321 2 27 0 143 131 22 542 142 51
Binary 11010001 10 10111 0 1100011 1011001 10010 101100010 1100010 101001

Color Harmonies of #D10217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10217

Black with #D10217

Text Example


Text Example

White with #D10217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10217; }

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

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

background-color css

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

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

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

border-color css

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

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

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