#CA2637

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

Shades of Cardinal #CA2637

Tints of Cardinal #CA2637

Color information

#CA2637 (or 0xCA2637) is unknown color: approx Cardinal. HEX triplet: CA, 26 and 37. RGB value is (202,38,55). Sum of RGB (Red+Green+Blue) = 202+38+55=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2637 is #35D9C8. Grayscale: #595959. Windows color (decimal): -3529161 or 3614410. OLE color: 3614410.

HSL color Cylindrical-coordinate representation of color #CA2637: hue angle of 353.78º 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 #CA2637 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2023855-
CMYK00.810.730.21
HSL353.78º68.33%47.06%-
HSV(B)353.78º81.19%79.22%-
XYZ25.7414.225-
YUV88.97108.83208.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.47%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=68.47%
G=12.88%
B=18.64%

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
Decimal202385500.810.730.21353.7868.3347.06
HexCA26370514915162442f
Octal312466701211112554210457
Binary11001010100110110111010100011001001101011011000101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2637; }

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

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

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

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

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

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

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

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