#C10417

Color #C10417 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C10417

Tints of Venetian Red #C10417

Color information

#C10417 (or 0xC10417) is unknown color: approx Venetian Red. HEX triplet: C1, 04 and 17. RGB value is (193,4,23). Sum of RGB (Red+Green+Blue) = 193+4+23=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10417 is #3EFBE8. Grayscale: #3E3E3E. Windows color (decimal): -4127721 or 1508545. OLE color: 1508545.

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

Color convert

RGB193423-
CMYK00.980.880.24
HSL353.97º95.94%38.63%-
HSV(B)353.97º97.93%75.69%-
XYZ22.1911.491.86-
YUV62.68105.62220.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 87.73%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 23 (9.38% from 255) = 10.45%
R=87.73%
G=1.82%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19342300.980.880.24353.9795.9438.63
HexC141706258181626027
Octal30142701421303054214047
Binary1100000110010111011000101011000110001011000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10417; }

 p { color: rgb(193,4,23); }

 H1.HeaderClassName
 {
   color: #C10417;
 }
 .AnyTagClassName
 {
   color: #C10417;
 }
</style>
background-color css

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

 a { background-color: rgb(193,4,23); }

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

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

 span { border-color: rgb(193,4,23); }

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