#C9084B

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

Shades of Crimson #C9084B

Tints of Crimson #C9084B

Color information

#C9084B (or 0xC9084B) is unknown color: approx Crimson. HEX triplet: C9, 08 and 4B. RGB value is (201,8,75). Sum of RGB (Red+Green+Blue) = 201+8+75=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9084B is #36F7B4. Grayscale: #494949. Windows color (decimal): -3602357 or 4917449. OLE color: 4917449.

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

Color convert

RGB201875-
CMYK00.960.630.21
HSL339.17º92.34%40.98%-
HSV(B)339.17º96.02%78.82%-
XYZ25.4413.17.84-
YUV73.34128.94219.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.77%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=70.77%
G=2.82%
B=26.41%

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
Decimal20187500.960.630.21339.1792.3440.98
HexC984B0603F151535c29
Octal311101130140772552313451
Binary110010011000100101101100000111111101011010100111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9084B; }

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

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

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

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

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

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

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

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