Html Css Color HEX #D20A17 Venetian Red

📋 copy color: '#D20A17'

red 210 ◦ green 10 ◦ blue 23

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

Shades of Venetian Red #D20A17

Tints of Venetian Red #D20A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.12%

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

R = 86.42%
G = 4.12%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20A17 (or 0xD20A17) is known color: Venetian Red. HEX triplet: D2, 0A and 17. RGB value is (210,10,23). Sum of RGB (Red+Green+Blue) = 210+10+23=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20A17 is #2DF5E8. Grayscale: #474747. Windows color (decimal): -3012073 or 1510098. OLE color: 1510098.

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

Color convert

RGB 210 10 23 -
CMYK 0 0.95 0.89 0.18
HSL 356.1º 0.91% 0.43% -
HSV(B) 356.1º 0.95% 0.82% -
XYZ 26.84 13.98 2.09 -
YUV 71.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 210 10 23 0 0.95 0.89 0.18 356.1 0.91 0.43
Hex D2 A 17 0 5F 59 12 164 5B 2B
Octal 322 12 27 0 137 131 22 544 133 53
Binary 11010010 1010 10111 0 1011111 1011001 10010 101100100 1011011 101011

Color Harmonies of #D20A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A17

Black with #D20A17

Text Example


Text Example

White with #D20A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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