Html Css Color HEX #D70717 Venetian Red

📋 copy color: '#D70717'

red 215 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #D70717

Tints of Venetian Red #D70717

RGB

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

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

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

R = 87.76%
G = 2.86%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D70717 (or 0xD70717) is known color: Venetian Red. HEX triplet: D7, 07 and 17. RGB value is (215,7,23). Sum of RGB (Red+Green+Blue) = 215+7+23=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D70717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70717 is #28F8E8. Grayscale: #474747. Windows color (decimal): -2685161 or 1509335. OLE color: 1509335.

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

Color convert

RGB 215 7 23 -
CMYK 0 0.97 0.89 0.16
HSL 355.38º 0.94% 0.44% -
HSV(B) 355.38º 0.97% 0.84% -
XYZ 28.25 14.66 2.15 -
YUV 71.02 100.91 230.7 -
System Red Green Blue C M Y K H S L
Decimal 215 7 23 0 0.97 0.89 0.16 355.38 0.94 0.44
Hex D7 7 17 0 61 59 10 163 5E 2C
Octal 327 7 27 0 141 131 20 543 136 54
Binary 11010111 111 10111 0 1100001 1011001 10000 101100011 1011110 101100

Color Harmonies of #D70717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70717

Black with #D70717

Text Example


Text Example

White with #D70717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70717; }

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

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

background-color css

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

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

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

border-color css

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

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

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