Html Css Color HEX #C10116 Venetian Red

📋 copy color: '#C10116'

red 193 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #C10116

Tints of Venetian Red #C10116

RGB

 RED value IS 193 (75.78% from 255) = 89.35%

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

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

R = 89.35%
G = 0.46%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C10116 (or 0xC10116) is known color: Venetian Red. HEX triplet: C1, 01 and 16. RGB value is (193,1,22). Sum of RGB (Red+Green+Blue) = 193+1+22=216 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.35% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 193 - color contains mainly: red. Hex color #C10116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10116 is #3EFEE9. Grayscale: #3C3C3C. Windows color (decimal): -4128490 or 1442241. OLE color: 1442241.

HSL color Cylindrical-coordinate representation of color #C10116: hue angle of 353.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10116 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 22 -
CMYK 0 0.99 0.89 0.24
HSL 353.44º 0.99% 0.38% -
HSV(B) 353.44º 0.99% 0.76% -
XYZ 22.15 11.42 1.8 -
YUV 60.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 193 1 22 0 0.99 0.89 0.24 353.44 0.99 0.38
Hex C1 1 16 0 63 59 18 161 63 26
Octal 301 1 26 0 143 131 30 541 143 46
Binary 11000001 1 10110 0 1100011 1011001 11000 101100001 1100011 100110

Color Harmonies of #C10116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10116

Black with #C10116

Text Example


Text Example

White with #C10116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10116; }

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

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

background-color css

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

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

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

border-color css

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

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

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