Html Css Color HEX #C90032 Crimson

📋 copy color: '#C90032'

red 201 ◦ green 0 ◦ blue 50

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

Shades of Crimson #C90032

Tints of Crimson #C90032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 80.08%
G = 0%
B = 19.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90032 (or 0xC90032) is known color: Crimson. HEX triplet: C9, 00 and 32. RGB value is (201,0,50). Sum of RGB (Red+Green+Blue) = 201+0+50=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C90032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90032 is #36FFCD. Grayscale: #414141. Windows color (decimal): -3604430 or 3277001. OLE color: 3277001.

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

Color convert

RGB 201 0 50 -
CMYK 0 1 0.75 0.21
HSL 345.07º 1% 0.39% -
HSV(B) 345.07º 1% 0.79% -
XYZ 24.66 12.65 4.16 -
YUV 65.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 201 0 50 0 1 0.75 0.21 345.07 1 0.39
Hex C9 0 32 0 64 4B 15 159 64 27
Octal 311 0 62 0 144 113 25 531 144 47
Binary 11001001 0 110010 0 1100100 1001011 10101 101011001 1100100 100111

Color Harmonies of #C90032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90032

Black with #C90032

Text Example


Text Example

White with #C90032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90032; }

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

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

background-color css

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

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

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

border-color css

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

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

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