Html Css Color HEX #C90836 Crimson

📋 copy color: '#C90836'

red 201 ◦ green 8 ◦ blue 54

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

Shades of Crimson #C90836

Tints of Crimson #C90836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 76.43%
G = 3.04%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C90836 (or 0xC90836) is known color: Crimson. HEX triplet: C9, 08 and 36. RGB value is (201,8,54). Sum of RGB (Red+Green+Blue) = 201+8+54=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C90836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90836 is #36F7C9. Grayscale: #464646. Windows color (decimal): -3602378 or 3541193. OLE color: 3541193.

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

Color convert

RGB 201 8 54 -
CMYK 0 0.96 0.73 0.21
HSL 345.7º 0.92% 0.41% -
HSV(B) 345.7º 0.96% 0.79% -
XYZ 24.84 12.86 4.66 -
YUV 70.95 118.44 220.76 -
System Red Green Blue C M Y K H S L
Decimal 201 8 54 0 0.96 0.73 0.21 345.7 0.92 0.41
Hex C9 8 36 0 60 49 15 15A 5C 29
Octal 311 10 66 0 140 111 25 532 134 51
Binary 11001001 1000 110110 0 1100000 1001001 10101 101011010 1011100 101001

Color Harmonies of #C90836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90836

Black with #C90836

Text Example


Text Example

White with #C90836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90836; }

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

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

background-color css

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

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

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

border-color css

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

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

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