Html Css Color HEX #C90046 Crimson

📋 copy color: '#C90046'

red 201 ◦ green 0 ◦ blue 70

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

Shades of Crimson #C90046

Tints of Crimson #C90046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.17%
G = 0%
B = 25.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C90046 (or 0xC90046) is known color: Crimson. HEX triplet: C9, 00 and 46. RGB value is (201,0,70). Sum of RGB (Red+Green+Blue) = 201+0+70=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C90046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90046 is #36FFB9. Grayscale: #444444. Windows color (decimal): -3604410 or 4587721. OLE color: 4587721.

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

Color convert

RGB 201 0 70 -
CMYK 0 1 0.65 0.21
HSL 339.1º 1% 0.39% -
HSV(B) 339.1º 1% 0.79% -
XYZ 25.19 12.86 6.95 -
YUV 68.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 201 0 70 0 1 0.65 0.21 339.1 1 0.39
Hex C9 0 46 0 64 41 15 153 64 27
Octal 311 0 106 0 144 101 25 523 144 47
Binary 11001001 0 1000110 0 1100100 1000001 10101 101010011 1100100 100111

Color Harmonies of #C90046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90046

Black with #C90046

Text Example


Text Example

White with #C90046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90046; }

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

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

background-color css

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

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

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

border-color css

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

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

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