Html Css Color HEX #D70611 Venetian Red

📋 copy color: '#D70611'

red 215 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #D70611

Tints of Venetian Red #D70611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 90.34%
G = 2.52%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70611 (or 0xD70611) is known color: Venetian Red. HEX triplet: D7, 06 and 11. RGB value is (215,6,17). Sum of RGB (Red+Green+Blue) = 215+6+17=238 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.34% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 215 - color contains mainly: red. Hex color #D70611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70611 is #28F9EE. Grayscale: #454545. Windows color (decimal): -2685423 or 1115863. OLE color: 1115863.

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

Color convert

RGB 215 6 17 -
CMYK 0 0.97 0.92 0.16
HSL 356.84º 0.95% 0.43% -
HSV(B) 356.84º 0.97% 0.84% -
XYZ 28.19 14.62 1.87 -
YUV 69.75 98.24 231.61 -
System Red Green Blue C M Y K H S L
Decimal 215 6 17 0 0.97 0.92 0.16 356.84 0.95 0.43
Hex D7 6 11 0 61 5C 10 165 5F 2B
Octal 327 6 21 0 141 134 20 545 137 53
Binary 11010111 110 10001 0 1100001 1011100 10000 101100101 1011111 101011

Color Harmonies of #D70611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70611

Black with #D70611

Text Example


Text Example

White with #D70611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70611; }

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

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

background-color css

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

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

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

border-color css

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

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

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