Html Css Color HEX #C90838 Crimson

📋 copy color: '#C90838'

red 201 ◦ green 8 ◦ blue 56

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

Shades of Crimson #C90838

Tints of Crimson #C90838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 75.85%
G = 3.02%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C90838 (or 0xC90838) is known color: Crimson. HEX triplet: C9, 08 and 38. RGB value is (201,8,56). Sum of RGB (Red+Green+Blue) = 201+8+56=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C90838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90838 is #36F7C7. Grayscale: #474747. Windows color (decimal): -3602376 or 3672265. OLE color: 3672265.

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

Color convert

RGB 201 8 56 -
CMYK 0 0.96 0.72 0.21
HSL 345.08º 0.92% 0.41% -
HSV(B) 345.08º 0.96% 0.79% -
XYZ 24.89 12.88 4.92 -
YUV 71.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 201 8 56 0 0.96 0.72 0.21 345.08 0.92 0.41
Hex C9 8 38 0 60 48 15 159 5C 29
Octal 311 10 70 0 140 110 25 531 134 51
Binary 11001001 1000 111000 0 1100000 1001000 10101 101011001 1011100 101001

Color Harmonies of #C90838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90838

Black with #C90838

Text Example


Text Example

White with #C90838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90838; }

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

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

background-color css

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

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

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

border-color css

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

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

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