#C11848

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

Shades of Cardinal #C11848

Tints of Cardinal #C11848

Color information

#C11848 (or 0xC11848) is unknown color: approx Cardinal. HEX triplet: C1, 18 and 48. RGB value is (193,24,72). Sum of RGB (Red+Green+Blue) = 193+24+72=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C11848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11848 is #3EE7B7. Grayscale: #4F4F4F. Windows color (decimal): -4122552 or 4724929. OLE color: 4724929.

HSL color Cylindrical-coordinate representation of color #C11848: hue angle of 342.96º 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 #C11848 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1932472-
CMYK00.880.630.24
HSL342.96º77.88%42.55%-
HSV(B)342.96º87.56%75.69%-
XYZ23.4912.467.3-
YUV80123.49208.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.78%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=66.78%
G=8.30%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193247200.880.630.24342.9677.8842.55
HexC118480583F181574e2b
Octal301301100130773052711653
Binary1100000111000100100001011000111111110001010101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11848; }

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

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

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

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

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

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

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

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