Html Css Color HEX #D20817 Venetian Red

📋 copy color: '#D20817'

red 210 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #D20817

Tints of Venetian Red #D20817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 87.14%
G = 3.32%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20817 (or 0xD20817) is known color: Venetian Red. HEX triplet: D2, 08 and 17. RGB value is (210,8,23). Sum of RGB (Red+Green+Blue) = 210+8+23=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D20817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20817 is #2DF7E8. Grayscale: #464646. Windows color (decimal): -3012585 or 1509586. OLE color: 1509586.

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

Color convert

RGB 210 8 23 -
CMYK 0 0.96 0.89 0.18
HSL 355.54º 0.93% 0.43% -
HSV(B) 355.54º 0.96% 0.82% -
XYZ 26.82 13.94 2.09 -
YUV 70.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 210 8 23 0 0.96 0.89 0.18 355.54 0.93 0.43
Hex D2 8 17 0 60 59 12 164 5D 2B
Octal 322 10 27 0 140 131 22 544 135 53
Binary 11010010 1000 10111 0 1100000 1011001 10010 101100100 1011101 101011

Color Harmonies of #D20817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20817

Black with #D20817

Text Example


Text Example

White with #D20817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20817; }

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

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

background-color css

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

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

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

border-color css

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

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

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