#CA0531

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

Shades of Crimson #CA0531

Tints of Crimson #CA0531

Color information

#CA0531 (or 0xCA0531) is unknown color: approx Crimson. HEX triplet: CA, 05 and 31. RGB value is (202,5,49). Sum of RGB (Red+Green+Blue) = 202+5+49=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0531 is #35FACE. Grayscale: #444444. Windows color (decimal): -3537615 or 3212746. OLE color: 3212746.

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

Color convert

RGB202549-
CMYK00.980.760.21
HSL346.6º95.17%40.59%-
HSV(B)346.6º97.52%79.22%-
XYZ24.9712.894.08-
YUV68.92116.77222.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.91%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=78.91%
G=1.95%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20254900.980.760.21346.695.1740.59
HexCA5310624C1515b5f29
Octal31256101421142553313751
Binary11001010101110001011000101001100101011010110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0531; }

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

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

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

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

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

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

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

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