#C11440

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

Shades of Cardinal #C11440

Tints of Cardinal #C11440

Color information

#C11440 (or 0xC11440) is unknown color: approx Cardinal. HEX triplet: C1, 14 and 40. RGB value is (193,20,64). Sum of RGB (Red+Green+Blue) = 193+20+64=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C11440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11440 is #3EEBBF. Grayscale: #4C4C4C. Windows color (decimal): -4123584 or 4199617. OLE color: 4199617.

HSL color Cylindrical-coordinate representation of color #C11440: hue angle of 344.74º degrees, saturation: 0.81, 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 #C11440 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1932064-
CMYK00.900.670.24
HSL344.74º81.22%41.76%-
HSV(B)344.74º89.64%75.69%-
XYZ23.1712.215.99-
YUV76.74120.81210.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.68%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=69.68%
G=7.22%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193206400.900.670.24344.7481.2241.76
HexC1144005A4318159512a
Octal3012410001321033053112152
Binary11000001101001000000010110101000011110001010110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11440; }

 p { color: rgb(193,20,64); }

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

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

 a { background-color: rgb(193,20,64); }

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

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

 span { border-color: rgb(193,20,64); }

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