Html Css Color HEX #C90044 Crimson

📋 copy color: '#C90044'

red 201 ◦ green 0 ◦ blue 68

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

Shades of Crimson #C90044

Tints of Crimson #C90044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 74.72%
G = 0%
B = 25.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C90044 (or 0xC90044) is known color: Crimson. HEX triplet: C9, 00 and 44. RGB value is (201,0,68). Sum of RGB (Red+Green+Blue) = 201+0+68=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C90044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90044 is #36FFBB. Grayscale: #434343. Windows color (decimal): -3604412 or 4456649. OLE color: 4456649.

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

Color convert

RGB 201 0 68 -
CMYK 0 1 0.66 0.21
HSL 339.7º 1% 0.39% -
HSV(B) 339.7º 1% 0.79% -
XYZ 25.13 12.83 6.62 -
YUV 67.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 201 0 68 0 1 0.66 0.21 339.7 1 0.39
Hex C9 0 44 0 64 42 15 154 64 27
Octal 311 0 104 0 144 102 25 524 144 47
Binary 11001001 0 1000100 0 1100100 1000010 10101 101010100 1100100 100111

Color Harmonies of #C90044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90044

Black with #C90044

Text Example


Text Example

White with #C90044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90044; }

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

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

background-color css

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

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

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

border-color css

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

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

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