Html Css Color HEX #D70520 Venetian Red

📋 copy color: '#D70520'

red 215 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #D70520

Tints of Venetian Red #D70520

RGB

 RED value IS 215 (84.38% from 255) = 85.32%

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 85.32%
G = 1.98%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D70520 (or 0xD70520) is known color: Venetian Red. HEX triplet: D7, 05 and 20. RGB value is (215,5,32). Sum of RGB (Red+Green+Blue) = 215+5+32=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D70520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70520 is #28FADF. Grayscale: #464646. Windows color (decimal): -2685664 or 2098647. OLE color: 2098647.

HSL color Cylindrical-coordinate representation of color #D70520: hue angle of 352.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70520 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 32 -
CMYK 0 0.98 0.85 0.16
HSL 352.29º 0.95% 0.43% -
HSV(B) 352.29º 0.98% 0.84% -
XYZ 28.34 14.66 2.7 -
YUV 70.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 215 5 32 0 0.98 0.85 0.16 352.29 0.95 0.43
Hex D7 5 20 0 62 55 10 160 5F 2B
Octal 327 5 40 0 142 125 20 540 137 53
Binary 11010111 101 100000 0 1100010 1010101 10000 101100000 1011111 101011

Color Harmonies of #D70520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70520

Black with #D70520

Text Example


Text Example

White with #D70520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70520; }

 p { color: rgb(215,5,32); }

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

background-color css

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

 a { background-color: rgb(215,5,32); }

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

border-color css

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

 span { border-color: rgb(215,5,32); }

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