#ca2737

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

Shades of Cardinal #CA2737

Tints of Cardinal #CA2737

Color information

#CA2737 (or 0xCA2737) is unknown color: approx Cardinal. HEX triplet: CA, 27 and 37. RGB value is (202,39,55). Sum of RGB (Red+Green+Blue) = 202+39+55=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2737 is #35D8C8. Grayscale: #595959. Windows color (decimal): -3528905 or 3614666. OLE color: 3614666.

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

Color convert

RGB2023955-
CMYK00.810.730.21
HSL354.11º67.63%47.25%-
HSV(B)354.11º80.69%79.22%-
XYZ25.7714.285.01-
YUV89.56108.5208.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.24%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 55 (21.88% from 255) = 18.58%
R=68.24%
G=13.18%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202395500.810.730.21354.1167.6347.25
HexCA27370514915162442f
Octal312476701211112554210457
Binary11001010100111110111010100011001001101011011000101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2737; }

 p { color: rgb(202,39,55); }

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

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

 a { background-color: rgb(202,39,55); }

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

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

 span { border-color: rgb(202,39,55); }

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