#C10228

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

Shades of Venetian Red #C10228

Tints of Venetian Red #C10228

Color information

#C10228 (or 0xC10228) is unknown color: approx Venetian Red. HEX triplet: C1, 02 and 28. RGB value is (193,2,40). Sum of RGB (Red+Green+Blue) = 193+2+40=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C10228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10228 is #3EFDD7. Grayscale: #3F3F3F. Windows color (decimal): -4128216 or 2622145. OLE color: 2622145.

HSL color Cylindrical-coordinate representation of color #C10228: hue angle of 348.06º degrees, saturation: 0.98, 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 #C10228 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB193240-
CMYK00.990.790.24
HSL348.06º97.95%38.24%-
HSV(B)348.06º98.96%75.69%-
XYZ22.411.533.05-
YUV63.44114.78220.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.13%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=82.13%
G=0.85%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19324000.990.790.24348.0697.9538.24
HexC12280634F1815c6226
Octal30125001431173053414246
Binary1100000110101000011000111001111110001010111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10228; }

 p { color: rgb(193,2,40); }

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

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

 a { background-color: rgb(193,2,40); }

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

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

 span { border-color: rgb(193,2,40); }

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