#C11640

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

Shades of Cardinal #C11640

Tints of Cardinal #C11640

Color information

#C11640 (or 0xC11640) is unknown color: approx Cardinal. HEX triplet: C1, 16 and 40. RGB value is (193,22,64). Sum of RGB (Red+Green+Blue) = 193+22+64=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C11640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11640 is #3EE9BF. Grayscale: #4D4D4D. Windows color (decimal): -4123072 or 4200129. OLE color: 4200129.

HSL color Cylindrical-coordinate representation of color #C11640: hue angle of 345.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11640 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1932264-
CMYK00.890.670.24
HSL345.26º79.53%42.16%-
HSV(B)345.26º88.6%75.69%-
XYZ23.212.286-
YUV77.92120.15210.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.18%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=69.18%
G=7.89%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193226400.890.670.24345.2679.5342.16
HexC116400594318159502a
Octal3012610001311033053112052
Binary11000001101101000000010110011000011110001010110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11640; }

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

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

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

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

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

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

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

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