Html Css Color HEX #D60116 Venetian Red

📋 copy color: '#D60116'

red 214 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #D60116

Tints of Venetian Red #D60116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 90.3%
G = 0.42%
B = 9.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D60116 (or 0xD60116) is known color: Venetian Red. HEX triplet: D6, 01 and 16. RGB value is (214,1,22). Sum of RGB (Red+Green+Blue) = 214+1+22=237 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.30% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 214 - color contains mainly: red. Hex color #D60116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60116 is #29FEE9. Grayscale: #434343. Windows color (decimal): -2752234 or 1442262. OLE color: 1442262.

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

Color convert

RGB 214 1 22 -
CMYK 0 1.00 0.90 0.16
HSL 354.08º 0.99% 0.42% -
HSV(B) 354.08º 1% 0.84% -
XYZ 27.89 14.38 2.06 -
YUV 67.08 102.57 232.79 -
System Red Green Blue C M Y K H S L
Decimal 214 1 22 0 1.00 0.90 0.16 354.08 0.99 0.42
Hex D6 1 16 0 64 5A 10 162 63 2A
Octal 326 1 26 0 144 132 20 542 143 52
Binary 11010110 1 10110 0 1100100 1011010 10000 101100010 1100011 101010

Color Harmonies of #D60116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60116

Black with #D60116

Text Example


Text Example

White with #D60116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60116; }

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

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

background-color css

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

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

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

border-color css

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

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

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