Html Css Color HEX #C50049 Crimson

📋 copy color: '#C50049'

red 197 ◦ green 0 ◦ blue 73

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

Shades of Crimson #C50049

Tints of Crimson #C50049

RGB

 RED value IS 197 (77.34% from 255) = 72.96%

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

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 72.96%
G = 0%
B = 27.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50049 (or 0xC50049) is known color: Crimson. HEX triplet: C5, 00 and 49. RGB value is (197,0,73). Sum of RGB (Red+Green+Blue) = 197+0+73=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C50049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50049 is #3AFFB6. Grayscale: #434343. Windows color (decimal): -3866551 or 4784325. OLE color: 4784325.

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

Color convert

RGB 197 0 73 -
CMYK 0 1 0.63 0.23
HSL 337.77º 1% 0.39% -
HSV(B) 337.77º 1% 0.77% -
XYZ 24.23 12.35 7.41 -
YUV 67.23 131.27 220.56 -
System Red Green Blue C M Y K H S L
Decimal 197 0 73 0 1 0.63 0.23 337.77 1 0.39
Hex C5 0 49 0 64 3F 17 152 64 27
Octal 305 0 111 0 144 77 27 522 144 47
Binary 11000101 0 1001001 0 1100100 111111 10111 101010010 1100100 100111

Color Harmonies of #C50049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50049

Black with #C50049

Text Example


Text Example

White with #C50049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50049; }

 p { color: rgb(197,0,73); }

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

background-color css

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

 a { background-color: rgb(197,0,73); }

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

border-color css

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

 span { border-color: rgb(197,0,73); }

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