Html Css Color HEX #C90336 Crimson

📋 copy color: '#C90336'

red 201 ◦ green 3 ◦ blue 54

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

Shades of Crimson #C90336

Tints of Crimson #C90336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 77.91%
G = 1.16%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C90336 (or 0xC90336) is known color: Crimson. HEX triplet: C9, 03 and 36. RGB value is (201,3,54). Sum of RGB (Red+Green+Blue) = 201+3+54=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C90336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90336 is #36FCC9. Grayscale: #444444. Windows color (decimal): -3603658 or 3539913. OLE color: 3539913.

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

Color convert

RGB 201 3 54 -
CMYK 0 0.99 0.73 0.21
HSL 344.55º 0.97% 0.4% -
HSV(B) 344.55º 0.99% 0.79% -
XYZ 24.79 12.75 4.64 -
YUV 68.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 201 3 54 0 0.99 0.73 0.21 344.55 0.97 0.4
Hex C9 3 36 0 63 49 15 159 61 28
Octal 311 3 66 0 143 111 25 531 141 50
Binary 11001001 11 110110 0 1100011 1001001 10101 101011001 1100001 101000

Color Harmonies of #C90336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90336

Black with #C90336

Text Example


Text Example

White with #C90336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90336; }

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

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

background-color css

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

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

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

border-color css

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

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

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