#c11e48

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

Shades of Cardinal #C11E48

Tints of Cardinal #C11E48

Color information

#C11E48 (or 0xC11E48) is unknown color: approx Cardinal. HEX triplet: C1, 1E and 48. RGB value is (193,30,72). Sum of RGB (Red+Green+Blue) = 193+30+72=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E48 is #3EE1B7. Grayscale: #535353. Windows color (decimal): -4121016 or 4726465. OLE color: 4726465.

HSL color Cylindrical-coordinate representation of color #C11E48: hue angle of 344.54º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E48 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1933072-
CMYK00.840.630.24
HSL344.54º73.09%43.73%-
HSV(B)344.54º84.46%75.69%-
XYZ23.6312.737.34-
YUV83.52121.5206.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=65.42%
G=10.17%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193307200.840.630.24344.5473.0943.73
HexC11E480543F18159492c
Octal301361100124773053111154
Binary1100000111110100100001010100111111110001010110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11e48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11e48; }

 p { color: rgb(193,30,72); }

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

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

 a { background-color: rgb(193,30,72); }

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

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

 span { border-color: rgb(193,30,72); }

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