Html Css Color HEX #C50040 Crimson

📋 copy color: '#C50040'

red 197 ◦ green 0 ◦ blue 64

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

Shades of Crimson #C50040

Tints of Crimson #C50040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.48%
G = 0%
B = 24.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C50040 (or 0xC50040) is known color: Crimson. HEX triplet: C5, 00 and 40. RGB value is (197,0,64). Sum of RGB (Red+Green+Blue) = 197+0+64=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C50040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50040 is #3AFFBF. Grayscale: #424242. Windows color (decimal): -3866560 or 4194501. OLE color: 4194501.

HSL color Cylindrical-coordinate representation of color #C50040: hue angle of 340.51º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50040 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 64 -
CMYK 0 1 0.68 0.23
HSL 340.51º 1% 0.39% -
HSV(B) 340.51º 1% 0.77% -
XYZ 23.95 12.24 5.95 -
YUV 66.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 197 0 64 0 1 0.68 0.23 340.51 1 0.39
Hex C5 0 40 0 64 44 17 155 64 27
Octal 305 0 100 0 144 104 27 525 144 47
Binary 11000101 0 1000000 0 1100100 1000100 10111 101010101 1100100 100111

Color Harmonies of #C50040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50040

Black with #C50040

Text Example


Text Example

White with #C50040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50040; }

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

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

background-color css

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

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

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

border-color css

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

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

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