Html Css Color HEX #C50146 Crimson

📋 copy color: '#C50146'

red 197 ◦ green 1 ◦ blue 70

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

Shades of Crimson #C50146

Tints of Crimson #C50146

RGB

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

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

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

R = 73.51%
G = 0.37%
B = 26.12%

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

#C50146 (or 0xC50146) is known color: Crimson. HEX triplet: C5, 01 and 46. RGB value is (197,1,70). Sum of RGB (Red+Green+Blue) = 197+1+70=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C50146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50146 is #3AFEB9. Grayscale: #434343. Windows color (decimal): -3866298 or 4587973. OLE color: 4587973.

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

Color convert

RGB 197 1 70 -
CMYK 0 0.99 0.64 0.23
HSL 338.88º 0.99% 0.39% -
HSV(B) 338.88º 0.99% 0.77% -
XYZ 24.14 12.33 6.9 -
YUV 67.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 197 1 70 0 0.99 0.64 0.23 338.88 0.99 0.39
Hex C5 1 46 0 63 40 17 153 63 27
Octal 305 1 106 0 143 100 27 523 143 47
Binary 11000101 1 1000110 0 1100011 1000000 10111 101010011 1100011 100111

Color Harmonies of #C50146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50146

Black with #C50146

Text Example


Text Example

White with #C50146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50146; }

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

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

background-color css

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

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

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

border-color css

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

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

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