Html Css Color HEX #C50347 Crimson

📋 copy color: '#C50347'

red 197 ◦ green 3 ◦ blue 71

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

Shades of Crimson #C50347

Tints of Crimson #C50347

RGB

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

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

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

R = 72.69%
G = 1.11%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C50347 (or 0xC50347) is known color: Crimson. HEX triplet: C5, 03 and 47. RGB value is (197,3,71). Sum of RGB (Red+Green+Blue) = 197+3+71=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C50347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50347 is #3AFCB8. Grayscale: #444444. Windows color (decimal): -3865785 or 4654021. OLE color: 4654021.

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

Color convert

RGB 197 3 71 -
CMYK 0 0.98 0.64 0.23
HSL 338.97º 0.97% 0.39% -
HSV(B) 338.97º 0.98% 0.77% -
XYZ 24.2 12.39 7.08 -
YUV 68.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 197 3 71 0 0.98 0.64 0.23 338.97 0.97 0.39
Hex C5 3 47 0 62 40 17 153 61 27
Octal 305 3 107 0 142 100 27 523 141 47
Binary 11000101 11 1000111 0 1100010 1000000 10111 101010011 1100001 100111

Color Harmonies of #C50347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50347

Black with #C50347

Text Example


Text Example

White with #C50347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50347; }

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

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

background-color css

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

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

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

border-color css

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

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

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