Html Css Color HEX #D70517 Venetian Red

📋 copy color: '#D70517'

red 215 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #D70517

Tints of Venetian Red #D70517

RGB

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

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

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

R = 88.48%
G = 2.06%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D70517 (or 0xD70517) is known color: Venetian Red. HEX triplet: D7, 05 and 17. RGB value is (215,5,23). Sum of RGB (Red+Green+Blue) = 215+5+23=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D70517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70517 is #28FAE8. Grayscale: #454545. Windows color (decimal): -2685673 or 1508823. OLE color: 1508823.

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

Color convert

RGB 215 5 23 -
CMYK 0 0.98 0.89 0.16
HSL 354.86º 0.95% 0.43% -
HSV(B) 354.86º 0.98% 0.84% -
XYZ 28.23 14.62 2.14 -
YUV 69.84 101.57 231.54 -
System Red Green Blue C M Y K H S L
Decimal 215 5 23 0 0.98 0.89 0.16 354.86 0.95 0.43
Hex D7 5 17 0 62 59 10 163 5F 2B
Octal 327 5 27 0 142 131 20 543 137 53
Binary 11010111 101 10111 0 1100010 1011001 10000 101100011 1011111 101011

Color Harmonies of #D70517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70517

Black with #D70517

Text Example


Text Example

White with #D70517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70517; }

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

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

background-color css

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

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

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

border-color css

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

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

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