Html Css Color HEX #C50349 Crimson

📋 copy color: '#C50349'

red 197 ◦ green 3 ◦ blue 73

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

Shades of Crimson #C50349

Tints of Crimson #C50349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 72.16%
G = 1.1%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50349 (or 0xC50349) is known color: Crimson. HEX triplet: C5, 03 and 49. RGB value is (197,3,73). Sum of RGB (Red+Green+Blue) = 197+3+73=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C50349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50349 is #3AFCB6. Grayscale: #444444. Windows color (decimal): -3865783 or 4785093. OLE color: 4785093.

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

Color convert

RGB 197 3 73 -
CMYK 0 0.98 0.63 0.23
HSL 338.35º 0.97% 0.39% -
HSV(B) 338.35º 0.98% 0.77% -
XYZ 24.26 12.42 7.42 -
YUV 68.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 197 3 73 0 0.98 0.63 0.23 338.35 0.97 0.39
Hex C5 3 49 0 62 3F 17 152 61 27
Octal 305 3 111 0 142 77 27 522 141 47
Binary 11000101 11 1001001 0 1100010 111111 10111 101010010 1100001 100111

Color Harmonies of #C50349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50349

Black with #C50349

Text Example


Text Example

White with #C50349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50349; }

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

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

background-color css

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

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

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

border-color css

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

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

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