#CA0037

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

Shades of Crimson #CA0037

Tints of Crimson #CA0037

Color information

#CA0037 (or 0xCA0037) is unknown color: approx Crimson. HEX triplet: CA, 00 and 37. RGB value is (202,0,55). Sum of RGB (Red+Green+Blue) = 202+0+55=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0037 is #35FFC8. Grayscale: #424242. Windows color (decimal): -3538889 or 3604682. OLE color: 3604682.

HSL color Cylindrical-coordinate representation of color #CA0037: hue angle of 343.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0037 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB202055-
CMYK010.730.21
HSL343.66º100%39.61%-
HSV(B)343.66º100%79.22%-
XYZ25.0512.834.77-
YUV66.67121.42224.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=78.60%
G=0%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202055010.730.21343.6610039.61
HexCA03706449151586428
Octal31206701441112553014450
Binary110010100110111011001001001001101011010110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0037; }

 p { color: rgb(202,0,55); }

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

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

 a { background-color: rgb(202,0,55); }

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

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

 span { border-color: rgb(202,0,55); }

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