#CA1139

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

Shades of Cardinal #CA1139

Tints of Cardinal #CA1139

Color information

#CA1139 (or 0xCA1139) is unknown color: approx Cardinal. HEX triplet: CA, 11 and 39. RGB value is (202,17,57). Sum of RGB (Red+Green+Blue) = 202+17+57=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1139 is #35EEC6. Grayscale: #4C4C4C. Windows color (decimal): -3534535 or 3740106. OLE color: 3740106.

HSL color Cylindrical-coordinate representation of color #CA1139: hue angle of 347.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1139 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2021757-
CMYK00.920.720.21
HSL347.03º84.47%42.94%-
HSV(B)347.03º91.58%79.22%-
XYZ25.313.255.1-
YUV76.88116.79217.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 73.19%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=73.19%
G=6.16%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202175700.920.720.21347.0384.4742.94
HexCA113905C481515b542b
Octal312217101341102553312453
Binary1100101010001111001010111001001000101011010110111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1139; }

 p { color: rgb(202,17,57); }

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

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

 a { background-color: rgb(202,17,57); }

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

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

 span { border-color: rgb(202,17,57); }

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