Html Css Color HEX #D10216 Venetian Red

📋 copy color: '#D10216'

red 209 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #D10216

Tints of Venetian Red #D10216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 89.7%
G = 0.86%
B = 9.44%

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

#D10216 (or 0xD10216) is known color: Venetian Red. HEX triplet: D1, 02 and 16. RGB value is (209,2,22). Sum of RGB (Red+Green+Blue) = 209+2+22=233 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.70% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 209 - color contains mainly: red. Hex color #D10216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10216 is #2EFDE9. Grayscale: #424242. Windows color (decimal): -3079658 or 1442513. OLE color: 1442513.

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

Color convert

RGB 209 2 22 -
CMYK 0 0.99 0.89 0.18
HSL 354.2º 0.98% 0.41% -
HSV(B) 354.2º 0.99% 0.82% -
XYZ 26.46 13.66 2 -
YUV 66.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 209 2 22 0 0.99 0.89 0.18 354.2 0.98 0.41
Hex D1 2 16 0 63 59 12 162 62 29
Octal 321 2 26 0 143 131 22 542 142 51
Binary 11010001 10 10110 0 1100011 1011001 10010 101100010 1100010 101001

Color Harmonies of #D10216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10216

Black with #D10216

Text Example


Text Example

White with #D10216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10216; }

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

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

background-color css

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

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

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

border-color css

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

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

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