#CA0D47

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

Shades of Crimson #CA0D47

Tints of Crimson #CA0D47

Color information

#CA0D47 (or 0xCA0D47) is unknown color: approx Crimson. HEX triplet: CA, 0D and 47. RGB value is (202,13,71). Sum of RGB (Red+Green+Blue) = 202+13+71=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D47 is #35F2B8. Grayscale: #4C4C4C. Windows color (decimal): -3535545 or 4656586. OLE color: 4656586.

HSL color Cylindrical-coordinate representation of color #CA0D47: hue angle of 341.59º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D47 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2021371-
CMYK00.940.650.21
HSL341.59º87.91%42.16%-
HSV(B)341.59º93.56%79.22%-
XYZ25.6413.37.18-
YUV76.12125.12217.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.63%
GREEN value IS 13 (5.47% from 255) = 4.55%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=70.63%
G=4.55%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202137100.940.650.21341.5987.9142.16
HexCAD4705E4115156582a
Octal3121510701361012552613052
Binary1100101011011000111010111101000001101011010101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D47; }

 p { color: rgb(202,13,71); }

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

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

 a { background-color: rgb(202,13,71); }

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

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

 span { border-color: rgb(202,13,71); }

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