#C11248

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

Shades of Cardinal #C11248

Tints of Cardinal #C11248

Color information

#C11248 (or 0xC11248) is unknown color: approx Cardinal. HEX triplet: C1, 12 and 48. RGB value is (193,18,72). Sum of RGB (Red+Green+Blue) = 193+18+72=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C11248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11248 is #3EEDB7. Grayscale: #4C4C4C. Windows color (decimal): -4124088 or 4723393. OLE color: 4723393.

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

Color convert

RGB1931872-
CMYK00.910.630.24
HSL341.49º82.94%41.37%-
HSV(B)341.49º90.67%75.69%-
XYZ23.3812.247.26-
YUV76.48125.48211.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.20%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=68.20%
G=6.36%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193187200.910.630.24341.4982.9441.37
HexC1124805B3F181555329
Octal301221100133773052512351
Binary1100000110010100100001011011111111110001010101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11248; }

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

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

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

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

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

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

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

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