Html Css Color HEX #C90631 Crimson

📋 copy color: '#C90631'

red 201 ◦ green 6 ◦ blue 49

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

Shades of Crimson #C90631

Tints of Crimson #C90631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 78.52%
G = 2.34%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C90631 (or 0xC90631) is known color: Crimson. HEX triplet: C9, 06 and 31. RGB value is (201,6,49). Sum of RGB (Red+Green+Blue) = 201+6+49=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C90631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90631 is #36F9CE. Grayscale: #454545. Windows color (decimal): -3602895 or 3213001. OLE color: 3213001.

HSL color Cylindrical-coordinate representation of color #C90631: hue angle of 346.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90631 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 49 -
CMYK 0 0.97 0.76 0.21
HSL 346.77º 0.94% 0.41% -
HSV(B) 346.77º 0.97% 0.79% -
XYZ 24.71 12.77 4.07 -
YUV 69.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 201 6 49 0 0.97 0.76 0.21 346.77 0.94 0.41
Hex C9 6 31 0 61 4C 15 15B 5E 29
Octal 311 6 61 0 141 114 25 533 136 51
Binary 11001001 110 110001 0 1100001 1001100 10101 101011011 1011110 101001

Color Harmonies of #C90631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90631

Black with #C90631

Text Example


Text Example

White with #C90631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90631; }

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

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

background-color css

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

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

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

border-color css

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

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

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