Html Css Color HEX #C90849 Crimson

📋 copy color: '#C90849'

red 201 ◦ green 8 ◦ blue 73

#C90849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #C90849

Tints of Crimson #C90849

RGB

 RED value IS 201 (78.91% from 255) = 71.28%

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 71.28%
G = 2.84%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C90849 (or 0xC90849) is known color: Crimson. HEX triplet: C9, 08 and 49. RGB value is (201,8,73). Sum of RGB (Red+Green+Blue) = 201+8+73=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C90849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90849 is #36F7B6. Grayscale: #494949. Windows color (decimal): -3602359 or 4786377. OLE color: 4786377.

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

Color convert

RGB 201 8 73 -
CMYK 0 0.96 0.64 0.21
HSL 339.79º 0.92% 0.41% -
HSV(B) 339.79º 0.96% 0.79% -
XYZ 25.38 13.07 7.49 -
YUV 73.12 127.94 219.21 -
System Red Green Blue C M Y K H S L
Decimal 201 8 73 0 0.96 0.64 0.21 339.79 0.92 0.41
Hex C9 8 49 0 60 40 15 154 5C 29
Octal 311 10 111 0 140 100 25 524 134 51
Binary 11001001 1000 1001001 0 1100000 1000000 10101 101010100 1011100 101001

Color Harmonies of #C90849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90849

Black with #C90849

Text Example


Text Example

White with #C90849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90849; }

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

 H1.HeaderClassName
 {
   color: #C90849;
 }
 .AnyTagClassName
 {
   color: #C90849;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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