#CA0645

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

Shades of Crimson #CA0645

Tints of Crimson #CA0645

Color information

#CA0645 (or 0xCA0645) is unknown color: approx Crimson. HEX triplet: CA, 06 and 45. RGB value is (202,6,69). Sum of RGB (Red+Green+Blue) = 202+6+69=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0645 is #35F9BA. Grayscale: #474747. Windows color (decimal): -3537339 or 4523722. OLE color: 4523722.

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

Color convert

RGB202669-
CMYK00.970.660.21
HSL340.71º94.23%40.78%-
HSV(B)340.71º97.03%79.22%-
XYZ25.513.126.82-
YUV71.79126.43220.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 72.92%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=72.92%
G=2.17%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20266900.970.660.21340.7194.2340.78
HexCA64506142151555e29
Octal312610501411022552513651
Binary110010101101000101011000011000010101011010101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0645; }

 p { color: rgb(202,6,69); }

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

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

 a { background-color: rgb(202,6,69); }

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

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

 span { border-color: rgb(202,6,69); }

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