#C90841

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

Shades of Crimson #C90841

Tints of Crimson #C90841

Color information

#C90841 (or 0xC90841) is unknown color: approx Crimson. HEX triplet: C9, 08 and 41. RGB value is (201,8,65). Sum of RGB (Red+Green+Blue) = 201+8+65=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C90841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90841 is #36F7BE. Grayscale: #484848. Windows color (decimal): -3602367 or 4262089. OLE color: 4262089.

HSL color Cylindrical-coordinate representation of color #C90841: hue angle of 342.28º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90841 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB201865-
CMYK00.960.680.21
HSL342.28º92.34%40.98%-
HSV(B)342.28º96.02%78.82%-
XYZ25.1312.976.18-
YUV72.2123.94219.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.36%
GREEN value IS 8 (3.52% from 255) = 2.92%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=73.36%
G=2.92%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20186500.960.680.21342.2892.3440.98
HexC984106044151565c29
Octal3111010101401042552613451
Binary1100100110001000001011000001000100101011010101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90841; }

 p { color: rgb(201,8,65); }

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

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

 a { background-color: rgb(201,8,65); }

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

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

 span { border-color: rgb(201,8,65); }

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