#CC0445

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

Shades of Crimson #CC0445

Tints of Crimson #CC0445

Color information

#CC0445 (or 0xCC0445) is unknown color: approx Crimson. HEX triplet: CC, 04 and 45. RGB value is (204,4,69). Sum of RGB (Red+Green+Blue) = 204+4+69=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0445 is #33FBBA. Grayscale: #474747. Windows color (decimal): -3406779 or 4523212. OLE color: 4523212.

HSL color Cylindrical-coordinate representation of color #CC0445: hue angle of 340.5º degrees, saturation: 0.96, 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 #CC0445 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB204469-
CMYK00.980.660.2
HSL340.5º96.15%40.78%-
HSV(B)340.5º98.04%80%-
XYZ26.0213.356.84-
YUV71.21126.76222.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.65%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=73.65%
G=1.44%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20446900.980.660.2340.596.1540.78
HexCC44506242141546029
Octal314410501421022452414051
Binary110011001001000101011000101000010101001010101001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0445; }

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

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

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

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

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

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

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

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