Html Css Color HEX #C50147 Crimson

📋 copy color: '#C50147'

red 197 ◦ green 1 ◦ blue 71

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

Shades of Crimson #C50147

Tints of Crimson #C50147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.39%

R = 73.23%
G = 0.37%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C50147 (or 0xC50147) is known color: Crimson. HEX triplet: C5, 01 and 47. RGB value is (197,1,71). Sum of RGB (Red+Green+Blue) = 197+1+71=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C50147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50147 is #3AFEB8. Grayscale: #434343. Windows color (decimal): -3866297 or 4653509. OLE color: 4653509.

HSL color Cylindrical-coordinate representation of color #C50147: hue angle of 338.57º 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 #C50147 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 71 -
CMYK 0 0.99 0.64 0.23
HSL 338.57º 0.99% 0.39% -
HSV(B) 338.57º 0.99% 0.77% -
XYZ 24.17 12.35 7.07 -
YUV 67.58 129.93 220.31 -
System Red Green Blue C M Y K H S L
Decimal 197 1 71 0 0.99 0.64 0.23 338.57 0.99 0.39
Hex C5 1 47 0 63 40 17 153 63 27
Octal 305 1 107 0 143 100 27 523 143 47
Binary 11000101 1 1000111 0 1100011 1000000 10111 101010011 1100011 100111

Color Harmonies of #C50147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50147

Black with #C50147

Text Example


Text Example

White with #C50147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50147; }

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

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

background-color css

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

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

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

border-color css

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

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

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