#C11D2C

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

Shades of Cardinal #C11D2C

Tints of Cardinal #C11D2C

Color information

#C11D2C (or 0xC11D2C) is unknown color: approx Cardinal. HEX triplet: C1, 1D and 2C. RGB value is (193,29,44). Sum of RGB (Red+Green+Blue) = 193+29+44=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11D2C is #3EE2D3. Grayscale: #4F4F4F. Windows color (decimal): -4121300 or 2891201. OLE color: 2891201.

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

Color convert

RGB1932944-
CMYK00.850.770.24
HSL354.51º73.87%43.53%-
HSV(B)354.51º84.97%75.69%-
XYZ22.8912.43.57-
YUV79.75107.83208.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.56%
GREEN value IS 29 (11.72% from 255) = 10.90%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=72.56%
G=10.90%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193294400.850.770.24354.5173.8743.53
HexC11D2C0554D181634a2c
Octal301355401251153054311254
Binary1100000111101101100010101011001101110001011000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11D2C; }

 p { color: rgb(193,29,44); }

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

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

 a { background-color: rgb(193,29,44); }

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

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

 span { border-color: rgb(193,29,44); }

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