#C90246

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

Shades of Crimson #C90246

Tints of Crimson #C90246

Color information

#C90246 (or 0xC90246) is unknown color: approx Crimson. HEX triplet: C9, 02 and 46. RGB value is (201,2,70). Sum of RGB (Red+Green+Blue) = 201+2+70=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C90246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90246 is #36FDB9. Grayscale: #454545. Windows color (decimal): -3603898 or 4588233. OLE color: 4588233.

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

Color convert

RGB201270-
CMYK00.990.650.21
HSL339.5º98.03%39.8%-
HSV(B)339.5º99%78.82%-
XYZ25.2112.96.96-
YUV69.25128.43221.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.63%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=73.63%
G=0.73%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20127000.990.650.21339.598.0339.8
HexC924606341151536228
Octal311210601431012552314250
Binary11001001101000110011000111000001101011010100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90246; }

 p { color: rgb(201,2,70); }

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

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

 a { background-color: rgb(201,2,70); }

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

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

 span { border-color: rgb(201,2,70); }

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