#C11351

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

Shades of Cardinal #C11351

Tints of Cardinal #C11351

Color information

#C11351 (or 0xC11351) is unknown color: approx Cardinal. HEX triplet: C1, 13 and 51. RGB value is (193,19,81). Sum of RGB (Red+Green+Blue) = 193+19+81=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C11351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11351 is #3EECAE. Grayscale: #4E4E4E. Windows color (decimal): -4123823 or 5313473. OLE color: 5313473.

HSL color Cylindrical-coordinate representation of color #C11351: hue angle of 338.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11351 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1931981-
CMYK00.900.580.24
HSL338.62º82.08%41.57%-
HSV(B)338.62º90.16%75.69%-
XYZ23.7112.48.93-
YUV78.09129.65209.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.87%
GREEN value IS 19 (7.81% from 255) = 6.48%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=65.87%
G=6.48%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193198100.900.580.24338.6282.0841.57
HexC1135105A3A18153522a
Octal301231210132723052312252
Binary1100000110011101000101011010111010110001010100111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11351; }

 p { color: rgb(193,19,81); }

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

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

 a { background-color: rgb(193,19,81); }

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

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

 span { border-color: rgb(193,19,81); }

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