Html Css Color HEX #C90146 Crimson

📋 copy color: '#C90146'

red 201 ◦ green 1 ◦ blue 70

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

Shades of Crimson #C90146

Tints of Crimson #C90146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 73.9%
G = 0.37%
B = 25.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C90146 (or 0xC90146) is known color: Crimson. HEX triplet: C9, 01 and 46. RGB value is (201,1,70). Sum of RGB (Red+Green+Blue) = 201+1+70=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C90146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90146 is #36FEB9. Grayscale: #444444. Windows color (decimal): -3604154 or 4587977. OLE color: 4587977.

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

Color convert

RGB 201 1 70 -
CMYK 0 1.00 0.65 0.21
HSL 339.3º 0.99% 0.4% -
HSV(B) 339.3º 1% 0.79% -
XYZ 25.2 12.88 6.95 -
YUV 68.67 128.76 222.39 -
System Red Green Blue C M Y K H S L
Decimal 201 1 70 0 1.00 0.65 0.21 339.3 0.99 0.4
Hex C9 1 46 0 64 41 15 153 63 28
Octal 311 1 106 0 144 101 25 523 143 50
Binary 11001001 1 1000110 0 1100100 1000001 10101 101010011 1100011 101000

Color Harmonies of #C90146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90146

Black with #C90146

Text Example


Text Example

White with #C90146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90146; }

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

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

background-color css

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

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

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

border-color css

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

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

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