Html Css Color HEX #C90544 Crimson

📋 copy color: '#C90544'

red 201 ◦ green 5 ◦ blue 68

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

Shades of Crimson #C90544

Tints of Crimson #C90544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 73.36%
G = 1.82%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C90544 (or 0xC90544) is known color: Crimson. HEX triplet: C9, 05 and 44. RGB value is (201,5,68). Sum of RGB (Red+Green+Blue) = 201+5+68=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C90544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90544 is #36FABB. Grayscale: #464646. Windows color (decimal): -3603132 or 4457929. OLE color: 4457929.

HSL color Cylindrical-coordinate representation of color #C90544: hue angle of 340.71º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90544 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 68 -
CMYK 0 0.98 0.66 0.21
HSL 340.71º 0.95% 0.4% -
HSV(B) 340.71º 0.98% 0.79% -
XYZ 25.19 12.94 6.64 -
YUV 70.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 201 5 68 0 0.98 0.66 0.21 340.71 0.95 0.4
Hex C9 5 44 0 62 42 15 155 5F 28
Octal 311 5 104 0 142 102 25 525 137 50
Binary 11001001 101 1000100 0 1100010 1000010 10101 101010101 1011111 101000

Color Harmonies of #C90544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90544

Black with #C90544

Text Example


Text Example

White with #C90544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90544; }

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

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

background-color css

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

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

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

border-color css

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

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

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