#CC0540

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

Shades of Crimson #CC0540

Tints of Crimson #CC0540

Color information

#CC0540 (or 0xCC0540) is unknown color: approx Crimson. HEX triplet: CC, 05 and 40. RGB value is (204,5,64). Sum of RGB (Red+Green+Blue) = 204+5+64=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0540 is #33FABF. Grayscale: #474747. Windows color (decimal): -3406528 or 4195788. OLE color: 4195788.

HSL color Cylindrical-coordinate representation of color #CC0540: hue angle of 342.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0540 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB204564-
CMYK00.980.690.2
HSL342.21º95.22%40.98%-
HSV(B)342.21º97.55%80%-
XYZ25.8813.326.06-
YUV71.23123.93222.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 74.73%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=74.73%
G=1.83%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20456400.980.690.2342.2195.2240.98
HexCC54006245141565f29
Octal314510001421052452613751
Binary110011001011000000011000101000101101001010101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0540; }

 p { color: rgb(204,5,64); }

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

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

 a { background-color: rgb(204,5,64); }

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

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

 span { border-color: rgb(204,5,64); }

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