Html Css Color HEX #C90131 Crimson

📋 copy color: '#C90131'

red 201 ◦ green 1 ◦ blue 49

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

Shades of Crimson #C90131

Tints of Crimson #C90131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 80.08%
G = 0.4%
B = 19.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C90131 (or 0xC90131) is known color: Crimson. HEX triplet: C9, 01 and 31. RGB value is (201,1,49). Sum of RGB (Red+Green+Blue) = 201+1+49=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C90131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90131 is #36FECE. Grayscale: #424242. Windows color (decimal): -3604175 or 3211721. OLE color: 3211721.

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

Color convert

RGB 201 1 49 -
CMYK 0 1.00 0.76 0.21
HSL 345.6º 0.99% 0.4% -
HSV(B) 345.6º 1% 0.79% -
XYZ 24.65 12.66 4.05 -
YUV 66.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 201 1 49 0 1.00 0.76 0.21 345.6 0.99 0.4
Hex C9 1 31 0 64 4C 15 15A 63 28
Octal 311 1 61 0 144 114 25 532 143 50
Binary 11001001 1 110001 0 1100100 1001100 10101 101011010 1100011 101000

Color Harmonies of #C90131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90131

Black with #C90131

Text Example


Text Example

White with #C90131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90131; }

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

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

background-color css

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

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

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

border-color css

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

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

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