Html Css Color HEX #D20616 Venetian Red

📋 copy color: '#D20616'

red 210 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #D20616

Tints of Venetian Red #D20616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 88.24%
G = 2.52%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20616 (or 0xD20616) is known color: Venetian Red. HEX triplet: D2, 06 and 16. RGB value is (210,6,22). Sum of RGB (Red+Green+Blue) = 210+6+22=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D20616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20616 is #2DF9E9. Grayscale: #444444. Windows color (decimal): -3013098 or 1443538. OLE color: 1443538.

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

Color convert

RGB 210 6 22 -
CMYK 0 0.97 0.90 0.18
HSL 355.29º 0.94% 0.42% -
HSV(B) 355.29º 0.97% 0.82% -
XYZ 26.79 13.89 2.03 -
YUV 68.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 210 6 22 0 0.97 0.90 0.18 355.29 0.94 0.42
Hex D2 6 16 0 61 5A 12 163 5E 2A
Octal 322 6 26 0 141 132 22 543 136 52
Binary 11010010 110 10110 0 1100001 1011010 10010 101100011 1011110 101010

Color Harmonies of #D20616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20616

Black with #D20616

Text Example


Text Example

White with #D20616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20616; }

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

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

background-color css

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

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

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

border-color css

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

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

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