#CA053C

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

Shades of Crimson #CA053C

Tints of Crimson #CA053C

Color information

#CA053C (or 0xCA053C) is unknown color: approx Crimson. HEX triplet: CA, 05 and 3C. RGB value is (202,5,60). Sum of RGB (Red+Green+Blue) = 202+5+60=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053C is #35FAC3. Grayscale: #464646. Windows color (decimal): -3537604 or 3933642. OLE color: 3933642.

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

Color convert

RGB202560-
CMYK00.980.700.21
HSL343.25º95.17%40.59%-
HSV(B)343.25º97.52%79.22%-
XYZ25.2312.995.45-
YUV70.17122.27222.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.66%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=75.66%
G=1.87%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20256000.980.700.21343.2595.1740.59
HexCA53C06246151575f29
Octal31257401421062552713751
Binary11001010101111100011000101000110101011010101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA053C; }

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

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

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

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

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

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

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

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