#CA053E

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

Shades of Crimson #CA053E

Tints of Crimson #CA053E

Color information

#CA053E (or 0xCA053E) is unknown color: approx Crimson. HEX triplet: CA, 05 and 3E. RGB value is (202,5,62). Sum of RGB (Red+Green+Blue) = 202+5+62=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053E is #35FAC1. Grayscale: #464646. Windows color (decimal): -3537602 or 4064714. OLE color: 4064714.

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

Color convert

RGB202562-
CMYK00.980.690.21
HSL342.64º95.17%40.59%-
HSV(B)342.64º97.52%79.22%-
XYZ25.2813.015.74-
YUV70.4123.27221.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.09%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=75.09%
G=1.86%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20256200.980.690.21342.6495.1740.59
HexCA53E06245151575f29
Octal31257601421052552713751
Binary11001010101111110011000101000101101011010101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA053E; }

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

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

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

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

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

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

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

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