Html Css Color HEX #D20216 Venetian Red

📋 copy color: '#D20216'

red 210 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #D20216

Tints of Venetian Red #D20216

RGB

 RED value IS 210 (82.42% from 255) = 89.74%

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

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

R = 89.74%
G = 0.85%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20216 (or 0xD20216) is known color: Venetian Red. HEX triplet: D2, 02 and 16. RGB value is (210,2,22). Sum of RGB (Red+Green+Blue) = 210+2+22=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D20216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20216 is #2DFDE9. Grayscale: #424242. Windows color (decimal): -3014122 or 1442514. OLE color: 1442514.

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

Color convert

RGB 210 2 22 -
CMYK 0 0.99 0.90 0.18
HSL 354.23º 0.98% 0.42% -
HSV(B) 354.23º 0.99% 0.82% -
XYZ 26.74 13.8 2.01 -
YUV 66.47 102.91 230.37 -
System Red Green Blue C M Y K H S L
Decimal 210 2 22 0 0.99 0.90 0.18 354.23 0.98 0.42
Hex D2 2 16 0 63 5A 12 162 62 2A
Octal 322 2 26 0 143 132 22 542 142 52
Binary 11010010 10 10110 0 1100011 1011010 10010 101100010 1100010 101010

Color Harmonies of #D20216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20216

Black with #D20216

Text Example


Text Example

White with #D20216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20216; }

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

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

background-color css

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

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

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

border-color css

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

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

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