Html Css Color HEX #C50346 Crimson

📋 copy color: '#C50346'

red 197 ◦ green 3 ◦ blue 70

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

Shades of Crimson #C50346

Tints of Crimson #C50346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 72.96%
G = 1.11%
B = 25.93%

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

#C50346 (or 0xC50346) is known color: Crimson. HEX triplet: C5, 03 and 46. RGB value is (197,3,70). Sum of RGB (Red+Green+Blue) = 197+3+70=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C50346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50346 is #3AFCB9. Grayscale: #444444. Windows color (decimal): -3865786 or 4588485. OLE color: 4588485.

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

Color convert

RGB 197 3 70 -
CMYK 0 0.98 0.64 0.23
HSL 339.28º 0.97% 0.39% -
HSV(B) 339.28º 0.98% 0.77% -
XYZ 24.16 12.38 6.91 -
YUV 68.64 128.77 219.55 -
System Red Green Blue C M Y K H S L
Decimal 197 3 70 0 0.98 0.64 0.23 339.28 0.97 0.39
Hex C5 3 46 0 62 40 17 153 61 27
Octal 305 3 106 0 142 100 27 523 141 47
Binary 11000101 11 1000110 0 1100010 1000000 10111 101010011 1100001 100111

Color Harmonies of #C50346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50346

Black with #C50346

Text Example


Text Example

White with #C50346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50346; }

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

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

background-color css

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

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

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

border-color css

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

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

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