#CA0736

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

Shades of Crimson #CA0736

Tints of Crimson #CA0736

Color information

#CA0736 (or 0xCA0736) is unknown color: approx Crimson. HEX triplet: CA, 07 and 36. RGB value is (202,7,54). Sum of RGB (Red+Green+Blue) = 202+7+54=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0736 is #35F8C9. Grayscale: #464646. Windows color (decimal): -3537098 or 3540938. OLE color: 3540938.

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

Color convert

RGB202754-
CMYK00.970.730.21
HSL345.54º93.3%40.98%-
HSV(B)345.54º96.53%79.22%-
XYZ25.112.974.67-
YUV70.66118.6221.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.81%
GREEN value IS 7 (3.12% from 255) = 2.66%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=76.81%
G=2.66%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20275400.970.730.21345.5493.340.98
HexCA736061491515a5d29
Octal31276601411112553213551
Binary11001010111110110011000011001001101011010110101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0736; }

 p { color: rgb(202,7,54); }

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

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

 a { background-color: rgb(202,7,54); }

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

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

 span { border-color: rgb(202,7,54); }

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