Html Css Color HEX #D60011 Venetian Red

📋 copy color: '#D60011'

red 214 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #D60011

Tints of Venetian Red #D60011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.64%
G = 0%
B = 7.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60011 (or 0xD60011) is known color: Venetian Red. HEX triplet: D6, 00 and 11. RGB value is (214,0,17). Sum of RGB (Red+Green+Blue) = 214+0+17=231 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.64% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 214 - color contains mainly: red. Hex color #D60011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60011 is #29FFEE. Grayscale: #424242. Windows color (decimal): -2752495 or 1114326. OLE color: 1114326.

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

Color convert

RGB 214 0 17 -
CMYK 0 1 0.92 0.16
HSL 355.23º 1% 0.42% -
HSV(B) 355.23º 1% 0.84% -
XYZ 27.83 14.34 1.83 -
YUV 65.92 100.4 233.62 -
System Red Green Blue C M Y K H S L
Decimal 214 0 17 0 1 0.92 0.16 355.23 1 0.42
Hex D6 0 11 0 64 5C 10 163 64 2A
Octal 326 0 21 0 144 134 20 543 144 52
Binary 11010110 0 10001 0 1100100 1011100 10000 101100011 1100100 101010

Color Harmonies of #D60011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60011

Black with #D60011

Text Example


Text Example

White with #D60011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60011; }

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

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

background-color css

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

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

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

border-color css

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

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

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