#CC1245

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

Shades of Crimson #CC1245

Tints of Crimson #CC1245

Color information

#CC1245 (or 0xCC1245) is unknown color: approx Crimson. HEX triplet: CC, 12 and 45. RGB value is (204,18,69). Sum of RGB (Red+Green+Blue) = 204+18+69=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1245 is #33EDBA. Grayscale: #4F4F4F. Windows color (decimal): -3403195 or 4526796. OLE color: 4526796.

HSL color Cylindrical-coordinate representation of color #CC1245: hue angle of 343.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1245 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB2041869-
CMYK00.910.660.2
HSL343.55º83.78%43.53%-
HSV(B)343.55º91.18%80%-
XYZ26.1913.76.89-
YUV79.43122.12216.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.10%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=70.10%
G=6.19%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204186900.910.660.2343.5583.7843.53
HexCC124505B4214158542c
Octal3142210501331022453012454
Binary11001100100101000101010110111000010101001010110001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1245; }

 p { color: rgb(204,18,69); }

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

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

 a { background-color: rgb(204,18,69); }

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

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

 span { border-color: rgb(204,18,69); }

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