#C90247

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

Shades of Crimson #C90247

Tints of Crimson #C90247

Color information

#C90247 (or 0xC90247) is unknown color: approx Crimson. HEX triplet: C9, 02 and 47. RGB value is (201,2,71). Sum of RGB (Red+Green+Blue) = 201+2+71=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C90247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90247 is #36FDB8. Grayscale: #454545. Windows color (decimal): -3603897 or 4653769. OLE color: 4653769.

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

Color convert

RGB201271-
CMYK00.990.650.21
HSL339.2º98.03%39.8%-
HSV(B)339.2º99%78.82%-
XYZ25.2512.927.12-
YUV69.37128.93221.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.36%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=73.36%
G=0.73%
B=25.91%

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
Decimal20127100.990.650.21339.298.0339.8
HexC924706341151536228
Octal311210701431012552314250
Binary11001001101000111011000111000001101011010100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90247; }

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

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

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

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

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

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

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

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