Html Css Color HEX #C90149 Crimson

📋 copy color: '#C90149'

red 201 ◦ green 1 ◦ blue 73

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

Shades of Crimson #C90149

Tints of Crimson #C90149

RGB

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

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

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

R = 73.09%
G = 0.36%
B = 26.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C90149 (or 0xC90149) is known color: Crimson. HEX triplet: C9, 01 and 49. RGB value is (201,1,73). Sum of RGB (Red+Green+Blue) = 201+1+73=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C90149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90149 is #36FEB6. Grayscale: #444444. Windows color (decimal): -3604151 or 4784585. OLE color: 4784585.

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

Color convert

RGB 201 1 73 -
CMYK 0 1.00 0.64 0.21
HSL 338.4º 0.99% 0.4% -
HSV(B) 338.4º 1% 0.79% -
XYZ 25.3 12.92 7.46 -
YUV 69.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 201 1 73 0 1.00 0.64 0.21 338.4 0.99 0.4
Hex C9 1 49 0 64 40 15 152 63 28
Octal 311 1 111 0 144 100 25 522 143 50
Binary 11001001 1 1001001 0 1100100 1000000 10101 101010010 1100011 101000

Color Harmonies of #C90149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90149

Black with #C90149

Text Example


Text Example

White with #C90149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90149; }

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

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

background-color css

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

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

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

border-color css

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

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

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