#CA0D48

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

Shades of Crimson #CA0D48

Tints of Crimson #CA0D48

Color information

#CA0D48 (or 0xCA0D48) is unknown color: approx Crimson. HEX triplet: CA, 0D and 48. RGB value is (202,13,72). Sum of RGB (Red+Green+Blue) = 202+13+72=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D48 is #35F2B7. Grayscale: #4C4C4C. Windows color (decimal): -3535544 or 4722122. OLE color: 4722122.

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

Color convert

RGB2021372-
CMYK00.940.640.21
HSL341.27º87.91%42.16%-
HSV(B)341.27º93.56%79.22%-
XYZ25.6713.317.35-
YUV76.24125.62217.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 13 (5.47% from 255) = 4.53%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=70.38%
G=4.53%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202137200.940.640.21341.2787.9142.16
HexCAD4805E4015155582a
Octal3121511001361002552513052
Binary1100101011011001000010111101000000101011010101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D48; }

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

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

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

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

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

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

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

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