Html Css Color HEX #D60911 Venetian Red

📋 copy color: '#D60911'

red 214 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #D60911

Tints of Venetian Red #D60911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 89.17%
G = 3.75%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60911 (or 0xD60911) is known color: Venetian Red. HEX triplet: D6, 09 and 11. RGB value is (214,9,17). Sum of RGB (Red+Green+Blue) = 214+9+17=240 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.17% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 214 - color contains mainly: red. Hex color #D60911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60911 is #29F6EE. Grayscale: #474747. Windows color (decimal): -2750191 or 1116630. OLE color: 1116630.

HSL color Cylindrical-coordinate representation of color #D60911: hue angle of 357.66º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60911 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 17 -
CMYK 0 0.96 0.92 0.16
HSL 357.66º 0.92% 0.44% -
HSV(B) 357.66º 0.96% 0.84% -
XYZ 27.93 14.53 1.86 -
YUV 71.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 214 9 17 0 0.96 0.92 0.16 357.66 0.92 0.44
Hex D6 9 11 0 60 5C 10 166 5C 2C
Octal 326 11 21 0 140 134 20 546 134 54
Binary 11010110 1001 10001 0 1100000 1011100 10000 101100110 1011100 101100

Color Harmonies of #D60911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60911

Black with #D60911

Text Example


Text Example

White with #D60911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60911; }

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

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

background-color css

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

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

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

border-color css

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

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

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