#CA053F

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

Shades of Crimson #CA053F

Tints of Crimson #CA053F

Color information

#CA053F (or 0xCA053F) is unknown color: approx Crimson. HEX triplet: CA, 05 and 3F. RGB value is (202,5,63). Sum of RGB (Red+Green+Blue) = 202+5+63=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053F is #35FAC0. Grayscale: #464646. Windows color (decimal): -3537601 or 4130250. OLE color: 4130250.

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

Color convert

RGB202563-
CMYK00.980.690.21
HSL342.34º95.17%40.59%-
HSV(B)342.34º97.52%79.22%-
XYZ25.3113.025.88-
YUV70.52123.77221.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.81%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 63 (25% from 255) = 23.33%
R=74.81%
G=1.85%
B=23.33%

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
Decimal20256300.980.690.21342.3495.1740.59
HexCA53F06245151565f29
Octal31257701421052552613751
Binary11001010101111111011000101000101101011010101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA053F; }

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

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

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

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

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

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

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

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