#C11B4B

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

Shades of Cardinal #C11B4B

Tints of Cardinal #C11B4B

Color information

#C11B4B (or 0xC11B4B) is unknown color: approx Cardinal. HEX triplet: C1, 1B and 4B. RGB value is (193,27,75). Sum of RGB (Red+Green+Blue) = 193+27+75=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11B4B is #3EE4B4. Grayscale: #525252. Windows color (decimal): -4121781 or 4922305. OLE color: 4922305.

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

Color convert

RGB1932775-
CMYK00.860.610.24
HSL342.65º75.45%43.14%-
HSV(B)342.65º86.01%75.69%-
XYZ23.6512.637.85-
YUV82.11124207.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=65.42%
G=9.15%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193277500.860.610.24342.6575.4543.14
HexC11B4B0563D181574b2b
Octal301331130126753052711353
Binary1100000111011100101101010110111101110001010101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11B4B; }

 p { color: rgb(193,27,75); }

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

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

 a { background-color: rgb(193,27,75); }

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

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

 span { border-color: rgb(193,27,75); }

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