#C90C4C

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

Shades of Crimson #C90C4C

Tints of Crimson #C90C4C

Color information

#C90C4C (or 0xC90C4C) is unknown color: approx Crimson. HEX triplet: C9, 0C and 4C. RGB value is (201,12,76). Sum of RGB (Red+Green+Blue) = 201+12+76=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C4C is #36F3B3. Grayscale: #4B4B4B. Windows color (decimal): -3601332 or 4984009. OLE color: 4984009.

HSL color Cylindrical-coordinate representation of color #C90C4C: hue angle of 339.68º 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 #C90C4C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2011276-
CMYK00.940.620.21
HSL339.68º88.73%41.76%-
HSV(B)339.68º94.03%78.82%-
XYZ25.5213.28.04-
YUV75.81128.12217.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.55%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=69.55%
G=4.15%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201127600.940.620.21339.6888.7341.76
HexC9C4C05E3E15154592a
Octal311141140136762552413152
Binary110010011100100110001011110111110101011010101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C4C; }

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

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

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

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

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

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

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

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