Html Css Color HEX #C10016 Venetian Red

📋 copy color: '#C10016'

red 193 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #C10016

Tints of Venetian Red #C10016

RGB

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

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

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

R = 89.77%
G = 0%
B = 10.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C10016 (or 0xC10016) is known color: Venetian Red. HEX triplet: C1, 00 and 16. RGB value is (193,0,22). Sum of RGB (Red+Green+Blue) = 193+0+22=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C10016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10016 is #3EFFE9. Grayscale: #3C3C3C. Windows color (decimal): -4128746 or 1441985. OLE color: 1441985.

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

Color convert

RGB 193 0 22 -
CMYK 0 1 0.89 0.24
HSL 353.16º 1% 0.38% -
HSV(B) 353.16º 1% 0.76% -
XYZ 22.14 11.4 1.79 -
YUV 60.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 193 0 22 0 1 0.89 0.24 353.16 1 0.38
Hex C1 0 16 0 64 59 18 161 64 26
Octal 301 0 26 0 144 131 30 541 144 46
Binary 11000001 0 10110 0 1100100 1011001 11000 101100001 1100100 100110

Color Harmonies of #C10016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10016

Black with #C10016

Text Example


Text Example

White with #C10016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10016; }

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

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

background-color css

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

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

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

border-color css

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

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

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