Html Css Color HEX #C90537 Crimson

📋 copy color: '#C90537'

red 201 ◦ green 5 ◦ blue 55

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

Shades of Crimson #C90537

Tints of Crimson #C90537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 77.01%
G = 1.92%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C90537 (or 0xC90537) is known color: Crimson. HEX triplet: C9, 05 and 37. RGB value is (201,5,55). Sum of RGB (Red+Green+Blue) = 201+5+55=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C90537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90537 is #36FAC8. Grayscale: #454545. Windows color (decimal): -3603145 or 3605961. OLE color: 3605961.

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

Color convert

RGB 201 5 55 -
CMYK 0 0.98 0.73 0.21
HSL 344.69º 0.95% 0.4% -
HSV(B) 344.69º 0.98% 0.79% -
XYZ 24.83 12.8 4.78 -
YUV 69.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 201 5 55 0 0.98 0.73 0.21 344.69 0.95 0.4
Hex C9 5 37 0 62 49 15 159 5F 28
Octal 311 5 67 0 142 111 25 531 137 50
Binary 11001001 101 110111 0 1100010 1001001 10101 101011001 1011111 101000

Color Harmonies of #C90537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90537

Black with #C90537

Text Example


Text Example

White with #C90537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90537; }

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

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

background-color css

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

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

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

border-color css

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

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

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