#C9084A

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

Shades of Crimson #C9084A

Tints of Crimson #C9084A

Color information

#C9084A (or 0xC9084A) is unknown color: approx Crimson. HEX triplet: C9, 08 and 4A. RGB value is (201,8,74). Sum of RGB (Red+Green+Blue) = 201+8+74=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9084A is #36F7B5. Grayscale: #494949. Windows color (decimal): -3602358 or 4851913. OLE color: 4851913.

HSL color Cylindrical-coordinate representation of color #C9084A: hue angle of 339.48º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9084A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB201874-
CMYK00.960.630.21
HSL339.48º92.34%40.98%-
HSV(B)339.48º96.02%78.82%-
XYZ25.4113.097.67-
YUV73.23128.44219.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.02%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=71.02%
G=2.83%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20187400.960.630.21339.4892.3440.98
HexC984A0603F151535c29
Octal311101120140772552313451
Binary110010011000100101001100000111111101011010100111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9084A; }

 p { color: rgb(201,8,74); }

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

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

 a { background-color: rgb(201,8,74); }

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

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

 span { border-color: rgb(201,8,74); }

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