Html Css Color HEX #D20717 Venetian Red

📋 copy color: '#D20717'

red 210 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #D20717

Tints of Venetian Red #D20717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 87.5%
G = 2.92%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20717 (or 0xD20717) is known color: Venetian Red. HEX triplet: D2, 07 and 17. RGB value is (210,7,23). Sum of RGB (Red+Green+Blue) = 210+7+23=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D20717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20717 is #2DF8E8. Grayscale: #454545. Windows color (decimal): -3012841 or 1509330. OLE color: 1509330.

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

Color convert

RGB 210 7 23 -
CMYK 0 0.97 0.89 0.18
HSL 355.27º 0.94% 0.43% -
HSV(B) 355.27º 0.97% 0.82% -
XYZ 26.81 13.92 2.08 -
YUV 69.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 210 7 23 0 0.97 0.89 0.18 355.27 0.94 0.43
Hex D2 7 17 0 61 59 12 163 5E 2B
Octal 322 7 27 0 141 131 22 543 136 53
Binary 11010010 111 10111 0 1100001 1011001 10010 101100011 1011110 101011

Color Harmonies of #D20717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20717

Black with #D20717

Text Example


Text Example

White with #D20717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20717; }

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

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

background-color css

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

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

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

border-color css

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

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

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