Html Css Color HEX #C50241 Crimson

📋 copy color: '#C50241'

red 197 ◦ green 2 ◦ blue 65

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

Shades of Crimson #C50241

Tints of Crimson #C50241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 74.62%
G = 0.76%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C50241 (or 0xC50241) is known color: Crimson. HEX triplet: C5, 02 and 41. RGB value is (197,2,65). Sum of RGB (Red+Green+Blue) = 197+2+65=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C50241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50241 is #3AFDBE. Grayscale: #434343. Windows color (decimal): -3866047 or 4260549. OLE color: 4260549.

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

Color convert

RGB 197 2 65 -
CMYK 0 0.99 0.67 0.23
HSL 340.62º 0.98% 0.39% -
HSV(B) 340.62º 0.99% 0.77% -
XYZ 24 12.3 6.11 -
YUV 67.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 197 2 65 0 0.99 0.67 0.23 340.62 0.98 0.39
Hex C5 2 41 0 63 43 17 155 62 27
Octal 305 2 101 0 143 103 27 525 142 47
Binary 11000101 10 1000001 0 1100011 1000011 10111 101010101 1100010 100111

Color Harmonies of #C50241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50241

Black with #C50241

Text Example


Text Example

White with #C50241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50241; }

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

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

background-color css

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

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

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

border-color css

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

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

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