#C10221

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

Shades of Venetian Red #C10221

Tints of Venetian Red #C10221

Color information

#C10221 (or 0xC10221) is unknown color: approx Venetian Red. HEX triplet: C1, 02 and 21. RGB value is (193,2,33). Sum of RGB (Red+Green+Blue) = 193+2+33=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C10221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10221 is #3EFDDE. Grayscale: #3E3E3E. Windows color (decimal): -4128223 or 2163393. OLE color: 2163393.

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

Color convert

RGB193233-
CMYK00.990.830.24
HSL350.26º97.95%38.24%-
HSV(B)350.26º98.96%75.69%-
XYZ22.2911.492.48-
YUV62.64111.28220.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 84.65%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=84.65%
G=0.88%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19323300.990.830.24350.2697.9538.24
HexC1221063531815e6226
Octal30124101431233053614246
Binary1100000110100001011000111010011110001010111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10221; }

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

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

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

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

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

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

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

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