Html Css Color HEX #D20811 Venetian Red

📋 copy color: '#D20811'

red 210 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #D20811

Tints of Venetian Red #D20811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 89.36%
G = 3.4%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20811 (or 0xD20811) is known color: Venetian Red. HEX triplet: D2, 08 and 11. RGB value is (210,8,17). Sum of RGB (Red+Green+Blue) = 210+8+17=235 (31% of max value = 765). Red value is 210 (82.42% from 255 or 89.36% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 210 - color contains mainly: red. Hex color #D20811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20811 is #2DF7EE. Grayscale: #454545. Windows color (decimal): -3012591 or 1116370. OLE color: 1116370.

HSL color Cylindrical-coordinate representation of color #D20811: hue angle of 357.33º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 17 -
CMYK 0 0.96 0.92 0.18
HSL 357.33º 0.93% 0.43% -
HSV(B) 357.33º 0.96% 0.82% -
XYZ 26.77 13.92 1.81 -
YUV 69.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 210 8 17 0 0.96 0.92 0.18 357.33 0.93 0.43
Hex D2 8 11 0 60 5C 12 165 5D 2B
Octal 322 10 21 0 140 134 22 545 135 53
Binary 11010010 1000 10001 0 1100000 1011100 10010 101100101 1011101 101011

Color Harmonies of #D20811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20811

Black with #D20811

Text Example


Text Example

White with #D20811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20811; }

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

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

background-color css

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

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

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

border-color css

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

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

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