Html Css Color HEX #C90039 Crimson

📋 copy color: '#C90039'

red 201 ◦ green 0 ◦ blue 57

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

Shades of Crimson #C90039

Tints of Crimson #C90039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 77.91%
G = 0%
B = 22.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C90039 (or 0xC90039) is known color: Crimson. HEX triplet: C9, 00 and 39. RGB value is (201,0,57). Sum of RGB (Red+Green+Blue) = 201+0+57=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C90039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90039 is #36FFC6. Grayscale: #424242. Windows color (decimal): -3604423 or 3735753. OLE color: 3735753.

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

Color convert

RGB 201 0 57 -
CMYK 0 1 0.72 0.21
HSL 342.99º 1% 0.39% -
HSV(B) 342.99º 1% 0.79% -
XYZ 24.83 12.71 5.02 -
YUV 66.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 201 0 57 0 1 0.72 0.21 342.99 1 0.39
Hex C9 0 39 0 64 48 15 157 64 27
Octal 311 0 71 0 144 110 25 527 144 47
Binary 11001001 0 111001 0 1100100 1001000 10101 101010111 1100100 100111

Color Harmonies of #C90039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90039

Black with #C90039

Text Example


Text Example

White with #C90039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90039; }

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

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

background-color css

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

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

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

border-color css

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

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

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