Html Css Color HEX #C50140 Crimson

📋 copy color: '#C50140'

red 197 ◦ green 1 ◦ blue 64

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

Shades of Crimson #C50140

Tints of Crimson #C50140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 75.19%
G = 0.38%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C50140 (or 0xC50140) is known color: Crimson. HEX triplet: C5, 01 and 40. RGB value is (197,1,64). Sum of RGB (Red+Green+Blue) = 197+1+64=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C50140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50140 is #3AFEBF. Grayscale: #424242. Windows color (decimal): -3866304 or 4194757. OLE color: 4194757.

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

Color convert

RGB 197 1 64 -
CMYK 0 0.99 0.68 0.23
HSL 340.71º 0.99% 0.39% -
HSV(B) 340.71º 0.99% 0.77% -
XYZ 23.96 12.26 5.95 -
YUV 66.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 197 1 64 0 0.99 0.68 0.23 340.71 0.99 0.39
Hex C5 1 40 0 63 44 17 155 63 27
Octal 305 1 100 0 143 104 27 525 143 47
Binary 11000101 1 1000000 0 1100011 1000100 10111 101010101 1100011 100111

Color Harmonies of #C50140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50140

Black with #C50140

Text Example


Text Example

White with #C50140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50140; }

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

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

background-color css

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

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

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

border-color css

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

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

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