Html Css Color HEX #D70610 Venetian Red

📋 copy color: '#D70610'

red 215 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #D70610

Tints of Venetian Red #D70610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

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

R = 90.72%
G = 2.53%
B = 6.75%

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

#D70610 (or 0xD70610) is known color: Venetian Red. HEX triplet: D7, 06 and 10. RGB value is (215,6,16). Sum of RGB (Red+Green+Blue) = 215+6+16=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D70610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70610 is #28F9EF. Grayscale: #454545. Windows color (decimal): -2685424 or 1050327. OLE color: 1050327.

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

Color convert

RGB 215 6 16 -
CMYK 0 0.97 0.93 0.16
HSL 357.13º 0.95% 0.43% -
HSV(B) 357.13º 0.97% 0.84% -
XYZ 28.18 14.61 1.83 -
YUV 69.63 97.74 231.69 -
System Red Green Blue C M Y K H S L
Decimal 215 6 16 0 0.97 0.93 0.16 357.13 0.95 0.43
Hex D7 6 10 0 61 5D 10 165 5F 2B
Octal 327 6 20 0 141 135 20 545 137 53
Binary 11010111 110 10000 0 1100001 1011101 10000 101100101 1011111 101011

Color Harmonies of #D70610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70610

Black with #D70610

Text Example


Text Example

White with #D70610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70610; }

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

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

background-color css

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

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

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

border-color css

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

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

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