#C10227

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

Shades of Venetian Red #C10227

Tints of Venetian Red #C10227

Color information

#C10227 (or 0xC10227) is unknown color: approx Venetian Red. HEX triplet: C1, 02 and 27. RGB value is (193,2,39). Sum of RGB (Red+Green+Blue) = 193+2+39=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C10227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10227 is #3EFDD8. Grayscale: #3F3F3F. Windows color (decimal): -4128217 or 2556609. OLE color: 2556609.

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

Color convert

RGB193239-
CMYK00.990.800.24
HSL348.38º97.95%38.24%-
HSV(B)348.38º98.96%75.69%-
XYZ22.3811.532.96-
YUV63.33114.28220.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.48%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=82.48%
G=0.85%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19323900.990.800.24348.3897.9538.24
HexC1227063501815c6226
Octal30124701431203053414246
Binary1100000110100111011000111010000110001010111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10227; }

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

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

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

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

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

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

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

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