#CA0540

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

Shades of Crimson #CA0540

Tints of Crimson #CA0540

Color information

#CA0540 (or 0xCA0540) is unknown color: approx Crimson. HEX triplet: CA, 05 and 40. RGB value is (202,5,64). Sum of RGB (Red+Green+Blue) = 202+5+64=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0540 is #35FABF. Grayscale: #464646. Windows color (decimal): -3537600 or 4195786. OLE color: 4195786.

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

Color convert

RGB202564-
CMYK00.980.680.21
HSL342.03º95.17%40.59%-
HSV(B)342.03º97.52%79.22%-
XYZ25.3413.046.03-
YUV70.63124.27221.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.54%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=74.54%
G=1.85%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20256400.980.680.21342.0395.1740.59
HexCA54006244151565f29
Octal312510001421042552613751
Binary110010101011000000011000101000100101011010101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0540; }

 p { color: rgb(202,5,64); }

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

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

 a { background-color: rgb(202,5,64); }

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

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

 span { border-color: rgb(202,5,64); }

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