Html Css Color HEX #C50149 Crimson

📋 copy color: '#C50149'

red 197 ◦ green 1 ◦ blue 73

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

Shades of Crimson #C50149

Tints of Crimson #C50149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 72.69%
G = 0.37%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50149 (or 0xC50149) is known color: Crimson. HEX triplet: C5, 01 and 49. RGB value is (197,1,73). Sum of RGB (Red+Green+Blue) = 197+1+73=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C50149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50149 is #3AFEB6. Grayscale: #434343. Windows color (decimal): -3866295 or 4784581. OLE color: 4784581.

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

Color convert

RGB 197 1 73 -
CMYK 0 0.99 0.63 0.23
HSL 337.96º 0.99% 0.39% -
HSV(B) 337.96º 0.99% 0.77% -
XYZ 24.24 12.37 7.41 -
YUV 67.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 197 1 73 0 0.99 0.63 0.23 337.96 0.99 0.39
Hex C5 1 49 0 63 3F 17 152 63 27
Octal 305 1 111 0 143 77 27 522 143 47
Binary 11000101 1 1001001 0 1100011 111111 10111 101010010 1100011 100111

Color Harmonies of #C50149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50149

Black with #C50149

Text Example


Text Example

White with #C50149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50149; }

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

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

background-color css

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

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

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

border-color css

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

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

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