#C12240

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

Shades of Cardinal #C12240

Tints of Cardinal #C12240

Color information

#C12240 (or 0xC12240) is unknown color: approx Cardinal. HEX triplet: C1, 22 and 40. RGB value is (193,34,64). Sum of RGB (Red+Green+Blue) = 193+34+64=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C12240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12240 is #3EDDBF. Grayscale: #555555. Windows color (decimal): -4120000 or 4203201. OLE color: 4203201.

HSL color Cylindrical-coordinate representation of color #C12240: hue angle of 348.68º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12240 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1933464-
CMYK00.820.670.24
HSL348.68º70.04%44.51%-
HSV(B)348.68º82.38%75.69%-
XYZ23.4912.856.09-
YUV84.96116.18205.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.32%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=66.32%
G=11.68%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193346400.820.670.24348.6870.0444.51
HexC12240052431815d462d
Octal3014210001221033053510655
Binary110000011000101000000010100101000011110001010111011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12240; }

 p { color: rgb(193,34,64); }

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

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

 a { background-color: rgb(193,34,64); }

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

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

 span { border-color: rgb(193,34,64); }

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