#C90848

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

Shades of Crimson #C90848

Tints of Crimson #C90848

Color information

#C90848 (or 0xC90848) is unknown color: approx Crimson. HEX triplet: C9, 08 and 48. RGB value is (201,8,72). Sum of RGB (Red+Green+Blue) = 201+8+72=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C90848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90848 is #36F7B7. Grayscale: #484848. Windows color (decimal): -3602360 or 4720841. OLE color: 4720841.

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

Color convert

RGB201872-
CMYK00.960.640.21
HSL340.1º92.34%40.98%-
HSV(B)340.1º96.02%78.82%-
XYZ25.3413.067.32-
YUV73127.44219.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.53%
GREEN value IS 8 (3.52% from 255) = 2.85%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=71.53%
G=2.85%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20187200.960.640.21340.192.3440.98
HexC984806040151545c29
Octal3111011001401002552413451
Binary1100100110001001000011000001000000101011010101001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90848; }

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

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

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

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

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

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

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

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