Html Css Color HEX #D20611 Venetian Red

📋 copy color: '#D20611'

red 210 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #D20611

Tints of Venetian Red #D20611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 90.13%
G = 2.58%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20611 (or 0xD20611) is known color: Venetian Red. HEX triplet: D2, 06 and 11. RGB value is (210,6,17). Sum of RGB (Red+Green+Blue) = 210+6+17=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D20611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20611 is #2DF9EE. Grayscale: #444444. Windows color (decimal): -3013103 or 1115858. OLE color: 1115858.

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

Color convert

RGB 210 6 17 -
CMYK 0 0.97 0.92 0.18
HSL 356.76º 0.94% 0.42% -
HSV(B) 356.76º 0.97% 0.82% -
XYZ 26.74 13.87 1.8 -
YUV 68.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 210 6 17 0 0.97 0.92 0.18 356.76 0.94 0.42
Hex D2 6 11 0 61 5C 12 165 5E 2A
Octal 322 6 21 0 141 134 22 545 136 52
Binary 11010010 110 10001 0 1100001 1011100 10010 101100101 1011110 101010

Color Harmonies of #D20611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20611

Black with #D20611

Text Example


Text Example

White with #D20611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20611; }

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

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

background-color css

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

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

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

border-color css

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

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

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