Html Css Color HEX #D60111 Venetian Red

📋 copy color: '#D60111'

red 214 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #D60111

Tints of Venetian Red #D60111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 92.24%
G = 0.43%
B = 7.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60111 (or 0xD60111) is known color: Venetian Red. HEX triplet: D6, 01 and 11. RGB value is (214,1,17). Sum of RGB (Red+Green+Blue) = 214+1+17=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D60111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60111 is #29FEEE. Grayscale: #424242. Windows color (decimal): -2752239 or 1114582. OLE color: 1114582.

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

Color convert

RGB 214 1 17 -
CMYK 0 1.00 0.92 0.16
HSL 355.49º 0.99% 0.42% -
HSV(B) 355.49º 1% 0.84% -
XYZ 27.84 14.36 1.83 -
YUV 66.51 100.07 233.2 -
System Red Green Blue C M Y K H S L
Decimal 214 1 17 0 1.00 0.92 0.16 355.49 0.99 0.42
Hex D6 1 11 0 64 5C 10 163 63 2A
Octal 326 1 21 0 144 134 20 543 143 52
Binary 11010110 1 10001 0 1100100 1011100 10000 101100011 1100011 101010

Color Harmonies of #D60111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60111

Black with #D60111

Text Example


Text Example

White with #D60111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60111; }

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

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

background-color css

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

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

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

border-color css

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

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

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