Html Css Color HEX #C10516 Venetian Red

📋 copy color: '#C10516'

red 193 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #C10516

Tints of Venetian Red #C10516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

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

R = 87.73%
G = 2.27%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C10516 (or 0xC10516) is known color: Venetian Red. HEX triplet: C1, 05 and 16. RGB value is (193,5,22). Sum of RGB (Red+Green+Blue) = 193+5+22=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10516 is #3EFAE9. Grayscale: #3F3F3F. Windows color (decimal): -4127466 or 1443265. OLE color: 1443265.

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

Color convert

RGB 193 5 22 -
CMYK 0 0.97 0.89 0.24
HSL 354.57º 0.95% 0.39% -
HSV(B) 354.57º 0.97% 0.76% -
XYZ 22.19 11.5 1.81 -
YUV 63.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 193 5 22 0 0.97 0.89 0.24 354.57 0.95 0.39
Hex C1 5 16 0 61 59 18 163 5F 27
Octal 301 5 26 0 141 131 30 543 137 47
Binary 11000001 101 10110 0 1100001 1011001 11000 101100011 1011111 100111

Color Harmonies of #C10516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10516

Black with #C10516

Text Example


Text Example

White with #C10516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10516; }

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

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

background-color css

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

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

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

border-color css

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

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

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