Html Css Color HEX #D70710 Venetian Red

📋 copy color: '#D70710'

red 215 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #D70710

Tints of Venetian Red #D70710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 90.34%
G = 2.94%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D70710 (or 0xD70710) is known color: Venetian Red. HEX triplet: D7, 07 and 10. RGB value is (215,7,16). Sum of RGB (Red+Green+Blue) = 215+7+16=238 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.34% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 215 - color contains mainly: red. Hex color #D70710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70710 is #28F8EF. Grayscale: #464646. Windows color (decimal): -2685168 or 1050583. OLE color: 1050583.

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

Color convert

RGB 215 7 16 -
CMYK 0 0.97 0.93 0.16
HSL 357.4º 0.94% 0.44% -
HSV(B) 357.4º 0.97% 0.84% -
XYZ 28.19 14.64 1.83 -
YUV 70.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 215 7 16 0 0.97 0.93 0.16 357.4 0.94 0.44
Hex D7 7 10 0 61 5D 10 165 5E 2C
Octal 327 7 20 0 141 135 20 545 136 54
Binary 11010111 111 10000 0 1100001 1011101 10000 101100101 1011110 101100

Color Harmonies of #D70710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70710

Black with #D70710

Text Example


Text Example

White with #D70710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70710; }

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

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

background-color css

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

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

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

border-color css

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

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

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