#C90C49

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

Shades of Crimson #C90C49

Tints of Crimson #C90C49

Color information

#C90C49 (or 0xC90C49) is unknown color: approx Crimson. HEX triplet: C9, 0C and 49. RGB value is (201,12,73). Sum of RGB (Red+Green+Blue) = 201+12+73=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C49 is #36F3B6. Grayscale: #4B4B4B. Windows color (decimal): -3601335 or 4787401. OLE color: 4787401.

HSL color Cylindrical-coordinate representation of color #C90C49: hue angle of 340.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C49 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2011273-
CMYK00.940.640.21
HSL340.63º88.73%41.76%-
HSV(B)340.63º94.03%78.82%-
XYZ25.4213.167.5-
YUV75.46126.62217.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.28%
GREEN value IS 12 (5.08% from 255) = 4.20%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=70.28%
G=4.20%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201127300.940.640.21340.6388.7341.76
HexC9C4905E4015155592a
Octal3111411101361002552513152
Binary1100100111001001001010111101000000101011010101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C49; }

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

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

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

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

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

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

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

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