#CA2531

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

Shades of Cardinal #CA2531

Tints of Cardinal #CA2531

Color information

#CA2531 (or 0xCA2531) is unknown color: approx Cardinal. HEX triplet: CA, 25 and 31. RGB value is (202,37,49). Sum of RGB (Red+Green+Blue) = 202+37+49=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2531 is #35DACE. Grayscale: #575757. Windows color (decimal): -3529423 or 3220938. OLE color: 3220938.

HSL color Cylindrical-coordinate representation of color #CA2531: hue angle of 355.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2531 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB2023749-
CMYK00.820.760.21
HSL355.64º69.04%46.86%-
HSV(B)355.64º81.68%79.22%-
XYZ25.5714.14.28-
YUV87.7106.16209.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.14%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=70.14%
G=12.85%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202374900.820.760.21355.6469.0446.86
HexCA25310524C15164452f
Octal312456101221142554410557
Binary11001010100101110001010100101001100101011011001001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2531; }

 p { color: rgb(202,37,49); }

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

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

 a { background-color: rgb(202,37,49); }

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

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

 span { border-color: rgb(202,37,49); }

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