#C11849

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

Shades of Cardinal #C11849

Tints of Cardinal #C11849

Color information

#C11849 (or 0xC11849) is unknown color: approx Cardinal. HEX triplet: C1, 18 and 49. RGB value is (193,24,73). Sum of RGB (Red+Green+Blue) = 193+24+73=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C11849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11849 is #3EE7B6. Grayscale: #505050. Windows color (decimal): -4122551 or 4790465. OLE color: 4790465.

HSL color Cylindrical-coordinate representation of color #C11849: hue angle of 342.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11849 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1932473-
CMYK00.880.620.24
HSL342.6º77.88%42.55%-
HSV(B)342.6º87.56%75.69%-
XYZ23.5212.477.47-
YUV80.12123.99208.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.55%
GREEN value IS 24 (9.77% from 255) = 8.28%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=66.55%
G=8.28%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193247300.880.620.24342.677.8842.55
HexC118490583E181574e2b
Octal301301110130763052711653
Binary1100000111000100100101011000111110110001010101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11849; }

 p { color: rgb(193,24,73); }

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

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

 a { background-color: rgb(193,24,73); }

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

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

 span { border-color: rgb(193,24,73); }

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