Html Css Color HEX #D60711 Venetian Red

📋 copy color: '#D60711'

red 214 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #D60711

Tints of Venetian Red #D60711

RGB

 RED value IS 214 (83.98% from 255) = 89.92%

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

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

R = 89.92%
G = 2.94%
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

#D60711 (or 0xD60711) is known color: Venetian Red. HEX triplet: D6, 07 and 11. RGB value is (214,7,17). Sum of RGB (Red+Green+Blue) = 214+7+17=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D60711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60711 is #29F8EE. Grayscale: #464646. Windows color (decimal): -2750703 or 1116118. OLE color: 1116118.

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

Color convert

RGB 214 7 17 -
CMYK 0 0.97 0.92 0.16
HSL 357.1º 0.94% 0.43% -
HSV(B) 357.1º 0.97% 0.84% -
XYZ 27.91 14.49 1.86 -
YUV 70.03 98.08 230.69 -
System Red Green Blue C M Y K H S L
Decimal 214 7 17 0 0.97 0.92 0.16 357.1 0.94 0.43
Hex D6 7 11 0 61 5C 10 165 5E 2B
Octal 326 7 21 0 141 134 20 545 136 53
Binary 11010110 111 10001 0 1100001 1011100 10000 101100101 1011110 101011

Color Harmonies of #D60711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60711

Black with #D60711

Text Example


Text Example

White with #D60711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60711; }

 p { color: rgb(214,7,17); }

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

background-color css

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

 a { background-color: rgb(214,7,17); }

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

border-color css

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

 span { border-color: rgb(214,7,17); }

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