#C11C39

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

Shades of Cardinal #C11C39

Tints of Cardinal #C11C39

Color information

#C11C39 (or 0xC11C39) is unknown color: approx Cardinal. HEX triplet: C1, 1C and 39. RGB value is (193,28,57). Sum of RGB (Red+Green+Blue) = 193+28+57=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C39 is #3EE3C6. Grayscale: #505050. Windows color (decimal): -4121543 or 3742913. OLE color: 3742913.

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

Color convert

RGB1932857-
CMYK00.850.700.24
HSL349.45º74.66%43.33%-
HSV(B)349.45º85.49%75.69%-
XYZ23.1512.465.06-
YUV80.64114.66208.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.42%
GREEN value IS 28 (11.33% from 255) = 10.07%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=69.42%
G=10.07%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193285700.850.700.24349.4574.6643.33
HexC11C39055461815d4b2b
Octal301347101251063053511353
Binary1100000111100111001010101011000110110001010111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C39; }

 p { color: rgb(193,28,57); }

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

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

 a { background-color: rgb(193,28,57); }

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

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

 span { border-color: rgb(193,28,57); }

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