Html Css Color HEX #C90137 Crimson

📋 copy color: '#C90137'

red 201 ◦ green 1 ◦ blue 55

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

Shades of Crimson #C90137

Tints of Crimson #C90137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 78.21%
G = 0.39%
B = 21.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C90137 (or 0xC90137) is known color: Crimson. HEX triplet: C9, 01 and 37. RGB value is (201,1,55). Sum of RGB (Red+Green+Blue) = 201+1+55=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C90137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90137 is #36FEC8. Grayscale: #424242. Windows color (decimal): -3604169 or 3604937. OLE color: 3604937.

HSL color Cylindrical-coordinate representation of color #C90137: hue angle of 343.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90137 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 55 -
CMYK 0 1.00 0.73 0.21
HSL 343.8º 0.99% 0.4% -
HSV(B) 343.8º 1% 0.79% -
XYZ 24.79 12.72 4.76 -
YUV 66.96 121.26 223.61 -
System Red Green Blue C M Y K H S L
Decimal 201 1 55 0 1.00 0.73 0.21 343.8 0.99 0.4
Hex C9 1 37 0 64 49 15 158 63 28
Octal 311 1 67 0 144 111 25 530 143 50
Binary 11001001 1 110111 0 1100100 1001001 10101 101011000 1100011 101000

Color Harmonies of #C90137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90137

Black with #C90137

Text Example


Text Example

White with #C90137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90137; }

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

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

background-color css

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

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

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

border-color css

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

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

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