Html Css Color HEX #C50240 Crimson

📋 copy color: '#C50240'

red 197 ◦ green 2 ◦ blue 64

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

Shades of Crimson #C50240

Tints of Crimson #C50240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 74.9%
G = 0.76%
B = 24.33%

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

#C50240 (or 0xC50240) is known color: Crimson. HEX triplet: C5, 02 and 40. RGB value is (197,2,64). Sum of RGB (Red+Green+Blue) = 197+2+64=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C50240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50240 is #3AFDBF. Grayscale: #434343. Windows color (decimal): -3866048 or 4195013. OLE color: 4195013.

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

Color convert

RGB 197 2 64 -
CMYK 0 0.99 0.68 0.23
HSL 340.92º 0.98% 0.39% -
HSV(B) 340.92º 0.99% 0.77% -
XYZ 23.97 12.28 5.96 -
YUV 67.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 197 2 64 0 0.99 0.68 0.23 340.92 0.98 0.39
Hex C5 2 40 0 63 44 17 155 62 27
Octal 305 2 100 0 143 104 27 525 142 47
Binary 11000101 10 1000000 0 1100011 1000100 10111 101010101 1100010 100111

Color Harmonies of #C50240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50240

Black with #C50240

Text Example


Text Example

White with #C50240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50240; }

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

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

background-color css

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

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

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

border-color css

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

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

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