Html Css Color HEX #C90636 Crimson

📋 copy color: '#C90636'

red 201 ◦ green 6 ◦ blue 54

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

Shades of Crimson #C90636

Tints of Crimson #C90636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 77.01%
G = 2.3%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C90636 (or 0xC90636) is known color: Crimson. HEX triplet: C9, 06 and 36. RGB value is (201,6,54). Sum of RGB (Red+Green+Blue) = 201+6+54=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C90636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90636 is #36F9C9. Grayscale: #454545. Windows color (decimal): -3602890 or 3540681. OLE color: 3540681.

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

Color convert

RGB 201 6 54 -
CMYK 0 0.97 0.73 0.21
HSL 345.23º 0.94% 0.41% -
HSV(B) 345.23º 0.97% 0.79% -
XYZ 24.82 12.81 4.66 -
YUV 69.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 201 6 54 0 0.97 0.73 0.21 345.23 0.94 0.41
Hex C9 6 36 0 61 49 15 159 5E 29
Octal 311 6 66 0 141 111 25 531 136 51
Binary 11001001 110 110110 0 1100001 1001001 10101 101011001 1011110 101001

Color Harmonies of #C90636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90636

Black with #C90636

Text Example


Text Example

White with #C90636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90636; }

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

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

background-color css

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

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

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

border-color css

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

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

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