#C90539

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

Shades of Crimson #C90539

Tints of Crimson #C90539

Color information

#C90539 (or 0xC90539) is unknown color: approx Crimson. HEX triplet: C9, 05 and 39. RGB value is (201,5,57). Sum of RGB (Red+Green+Blue) = 201+5+57=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C90539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90539 is #36FAC6. Grayscale: #454545. Windows color (decimal): -3603143 or 3737033. OLE color: 3737033.

HSL color Cylindrical-coordinate representation of color #C90539: hue angle of 344.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90539 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB201557-
CMYK00.980.720.21
HSL344.08º95.15%40.39%-
HSV(B)344.08º97.51%78.82%-
XYZ24.8812.825.03-
YUV69.53120.93221.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 76.43%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 57 (22.66% from 255) = 21.67%
R=76.43%
G=1.90%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20155700.980.720.21344.0895.1540.39
HexC953906248151585f28
Octal31157101421102553013750
Binary11001001101111001011000101001000101011010110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90539; }

 p { color: rgb(201,5,57); }

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

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

 a { background-color: rgb(201,5,57); }

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

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

 span { border-color: rgb(201,5,57); }

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