#C90149

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

Shades of Crimson #C90149

Tints of Crimson #C90149

Color information

#C90149 (or 0xC90149) is unknown color: approx Crimson. HEX triplet: C9, 01 and 49. RGB value is (201,1,73). Sum of RGB (Red+Green+Blue) = 201+1+73=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C90149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90149 is #36FEB6. Grayscale: #444444. Windows color (decimal): -3604151 or 4784585. OLE color: 4784585.

HSL color Cylindrical-coordinate representation of color #C90149: hue angle of 338.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90149 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB201173-
CMYK01.000.640.21
HSL338.4º99.01%39.61%-
HSV(B)338.4º99.5%78.82%-
XYZ25.312.927.46-
YUV69.01130.26222.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.09%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=73.09%
G=0.36%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117301.000.640.21338.499.0139.61
HexC914906440151526328
Octal311111101441002552214350
Binary1100100111001001011001001000000101011010100101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90149; }

 p { color: rgb(201,1,73); }

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

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

 a { background-color: rgb(201,1,73); }

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

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

 span { border-color: rgb(201,1,73); }

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