Html Css Color HEX #C90840 Crimson

📋 copy color: '#C90840'

red 201 ◦ green 8 ◦ blue 64

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

Shades of Crimson #C90840

Tints of Crimson #C90840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 73.63%
G = 2.93%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C90840 (or 0xC90840) is known color: Crimson. HEX triplet: C9, 08 and 40. RGB value is (201,8,64). Sum of RGB (Red+Green+Blue) = 201+8+64=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C90840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90840 is #36F7BF. Grayscale: #484848. Windows color (decimal): -3602368 or 4196553. OLE color: 4196553.

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

Color convert

RGB 201 8 64 -
CMYK 0 0.96 0.68 0.21
HSL 342.59º 0.92% 0.41% -
HSV(B) 342.59º 0.96% 0.79% -
XYZ 25.1 12.96 6.03 -
YUV 72.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 201 8 64 0 0.96 0.68 0.21 342.59 0.92 0.41
Hex C9 8 40 0 60 44 15 157 5C 29
Octal 311 10 100 0 140 104 25 527 134 51
Binary 11001001 1000 1000000 0 1100000 1000100 10101 101010111 1011100 101001

Color Harmonies of #C90840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90840

Black with #C90840

Text Example


Text Example

White with #C90840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90840; }

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

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

background-color css

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

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

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

border-color css

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

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

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