Html Css Color HEX #D50711 Venetian Red

📋 copy color: '#D50711'

red 213 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #D50711

Tints of Venetian Red #D50711

RGB

 RED value IS 213 (83.59% from 255) = 89.87%

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

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

R = 89.87%
G = 2.95%
B = 7.17%

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

#D50711 (or 0xD50711) is known color: Venetian Red. HEX triplet: D5, 07 and 11. RGB value is (213,7,17). Sum of RGB (Red+Green+Blue) = 213+7+17=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D50711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50711 is #2AF8EE. Grayscale: #454545. Windows color (decimal): -2816239 or 1116117. OLE color: 1116117.

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

Color convert

RGB 213 7 17 -
CMYK 0 0.97 0.92 0.16
HSL 357.09º 0.94% 0.43% -
HSV(B) 357.09º 0.97% 0.84% -
XYZ 27.62 14.34 1.84 -
YUV 69.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 213 7 17 0 0.97 0.92 0.16 357.09 0.94 0.43
Hex D5 7 11 0 61 5C 10 165 5E 2B
Octal 325 7 21 0 141 134 20 545 136 53
Binary 11010101 111 10001 0 1100001 1011100 10000 101100101 1011110 101011

Color Harmonies of #D50711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50711

Black with #D50711

Text Example


Text Example

White with #D50711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50711; }

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

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

background-color css

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

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

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

border-color css

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

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

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