#CA053D

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

Shades of Crimson #CA053D

Tints of Crimson #CA053D

Color information

#CA053D (or 0xCA053D) is unknown color: approx Crimson. HEX triplet: CA, 05 and 3D. RGB value is (202,5,61). Sum of RGB (Red+Green+Blue) = 202+5+61=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053D is #35FAC2. Grayscale: #464646. Windows color (decimal): -3537603 or 3999178. OLE color: 3999178.

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

Color convert

RGB202561-
CMYK00.980.700.21
HSL342.94º95.17%40.59%-
HSV(B)342.94º97.52%79.22%-
XYZ25.25135.59-
YUV70.29122.77221.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.37%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=75.37%
G=1.87%
B=22.76%

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
Decimal20256100.980.700.21342.9495.1740.59
HexCA53D06246151575f29
Octal31257501421062552713751
Binary11001010101111101011000101000110101011010101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA053D; }

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

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

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

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

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

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

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

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