Html Css Color HEX #D20713 Venetian Red

📋 copy color: '#D20713'

red 210 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #D20713

Tints of Venetian Red #D20713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 88.98%
G = 2.97%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20713 (or 0xD20713) is known color: Venetian Red. HEX triplet: D2, 07 and 13. RGB value is (210,7,19). Sum of RGB (Red+Green+Blue) = 210+7+19=236 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.98% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 210 - color contains mainly: red. Hex color #D20713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20713 is #2DF8EC. Grayscale: #454545. Windows color (decimal): -3012845 or 1247186. OLE color: 1247186.

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

Color convert

RGB 210 7 19 -
CMYK 0 0.97 0.91 0.18
HSL 356.45º 0.94% 0.43% -
HSV(B) 356.45º 0.97% 0.82% -
XYZ 26.77 13.9 1.89 -
YUV 69.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 210 7 19 0 0.97 0.91 0.18 356.45 0.94 0.43
Hex D2 7 13 0 61 5B 12 164 5E 2B
Octal 322 7 23 0 141 133 22 544 136 53
Binary 11010010 111 10011 0 1100001 1011011 10010 101100100 1011110 101011

Color Harmonies of #D20713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20713

Black with #D20713

Text Example


Text Example

White with #D20713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20713; }

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

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

background-color css

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

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

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

border-color css

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

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

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