Html Css Color HEX #C90547 Crimson

📋 copy color: '#C90547'

red 201 ◦ green 5 ◦ blue 71

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

Shades of Crimson #C90547

Tints of Crimson #C90547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 71 (28.13% from 255) = 25.63%

R = 72.56%
G = 1.81%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C90547 (or 0xC90547) is known color: Crimson. HEX triplet: C9, 05 and 47. RGB value is (201,5,71). Sum of RGB (Red+Green+Blue) = 201+5+71=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C90547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90547 is #36FAB8. Grayscale: #474747. Windows color (decimal): -3603129 or 4654537. OLE color: 4654537.

HSL color Cylindrical-coordinate representation of color #C90547: hue angle of 339.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90547 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 71 -
CMYK 0 0.98 0.65 0.21
HSL 339.8º 0.95% 0.4% -
HSV(B) 339.8º 0.98% 0.79% -
XYZ 25.28 12.98 7.13 -
YUV 71.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 201 5 71 0 0.98 0.65 0.21 339.8 0.95 0.4
Hex C9 5 47 0 62 41 15 154 5F 28
Octal 311 5 107 0 142 101 25 524 137 50
Binary 11001001 101 1000111 0 1100010 1000001 10101 101010100 1011111 101000

Color Harmonies of #C90547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90547

Black with #C90547

Text Example


Text Example

White with #C90547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90547; }

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

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

background-color css

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

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

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

border-color css

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

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

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