Html Css Color HEX #C10616 Venetian Red

📋 copy color: '#C10616'

red 193 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #C10616

Tints of Venetian Red #C10616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

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

R = 87.33%
G = 2.71%
B = 9.95%

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

#C10616 (or 0xC10616) is known color: Venetian Red. HEX triplet: C1, 06 and 16. RGB value is (193,6,22). Sum of RGB (Red+Green+Blue) = 193+6+22=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C10616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10616 is #3EF9E9. Grayscale: #3F3F3F. Windows color (decimal): -4127210 or 1443521. OLE color: 1443521.

HSL color Cylindrical-coordinate representation of color #C10616: hue angle of 354.87º degrees, saturation: 0.94, 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 #C10616 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 22 -
CMYK 0 0.97 0.89 0.24
HSL 354.87º 0.94% 0.39% -
HSV(B) 354.87º 0.97% 0.76% -
XYZ 22.2 11.53 1.81 -
YUV 63.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 193 6 22 0 0.97 0.89 0.24 354.87 0.94 0.39
Hex C1 6 16 0 61 59 18 163 5E 27
Octal 301 6 26 0 141 131 30 543 136 47
Binary 11000001 110 10110 0 1100001 1011001 11000 101100011 1011110 100111

Color Harmonies of #C10616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10616

Black with #C10616

Text Example


Text Example

White with #C10616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10616; }

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

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

background-color css

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

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

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

border-color css

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

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

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