Html Css Color HEX #C90040 Crimson

📋 copy color: '#C90040'

red 201 ◦ green 0 ◦ blue 64

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

Shades of Crimson #C90040

Tints of Crimson #C90040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.85%
G = 0%
B = 24.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C90040 (or 0xC90040) is known color: Crimson. HEX triplet: C9, 00 and 40. RGB value is (201,0,64). Sum of RGB (Red+Green+Blue) = 201+0+64=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C90040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90040 is #36FFBF. Grayscale: #434343. Windows color (decimal): -3604416 or 4194505. OLE color: 4194505.

HSL color Cylindrical-coordinate representation of color #C90040: hue angle of 340.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90040 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 64 -
CMYK 0 1 0.68 0.21
HSL 340.9º 1% 0.39% -
HSV(B) 340.9º 1% 0.79% -
XYZ 25.01 12.79 6 -
YUV 67.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 201 0 64 0 1 0.68 0.21 340.9 1 0.39
Hex C9 0 40 0 64 44 15 155 64 27
Octal 311 0 100 0 144 104 25 525 144 47
Binary 11001001 0 1000000 0 1100100 1000100 10101 101010101 1100100 100111

Color Harmonies of #C90040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90040

Black with #C90040

Text Example


Text Example

White with #C90040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90040; }

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

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

background-color css

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

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

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

border-color css

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

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

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