#C11E43

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

Shades of Cardinal #C11E43

Tints of Cardinal #C11E43

Color information

#C11E43 (or 0xC11E43) is unknown color: approx Cardinal. HEX triplet: C1, 1E and 43. RGB value is (193,30,67). Sum of RGB (Red+Green+Blue) = 193+30+67=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E43 is #3EE1BC. Grayscale: #525252. Windows color (decimal): -4121021 or 4398785. OLE color: 4398785.

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

Color convert

RGB1933067-
CMYK00.840.650.24
HSL346.38º73.09%43.73%-
HSV(B)346.38º84.46%75.69%-
XYZ23.4712.676.52-
YUV82.96119206.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.55%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=66.55%
G=10.34%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193306700.840.650.24346.3873.0943.73
HexC11E43054411815a492c
Octal3013610301241013053211154
Binary11000001111101000011010101001000001110001010110101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E43; }

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

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

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

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

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

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

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

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