Html Css Color HEX #C50144 Crimson

📋 copy color: '#C50144'

red 197 ◦ green 1 ◦ blue 68

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

Shades of Crimson #C50144

Tints of Crimson #C50144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 74.06%
G = 0.38%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50144 (or 0xC50144) is known color: Crimson. HEX triplet: C5, 01 and 44. RGB value is (197,1,68). Sum of RGB (Red+Green+Blue) = 197+1+68=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C50144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50144 is #3AFEBB. Grayscale: #434343. Windows color (decimal): -3866300 or 4456901. OLE color: 4456901.

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

Color convert

RGB 197 1 68 -
CMYK 0 0.99 0.65 0.23
HSL 339.49º 0.99% 0.39% -
HSV(B) 339.49º 0.99% 0.77% -
XYZ 24.08 12.31 6.58 -
YUV 67.24 128.43 220.55 -
System Red Green Blue C M Y K H S L
Decimal 197 1 68 0 0.99 0.65 0.23 339.49 0.99 0.39
Hex C5 1 44 0 63 41 17 153 63 27
Octal 305 1 104 0 143 101 27 523 143 47
Binary 11000101 1 1000100 0 1100011 1000001 10111 101010011 1100011 100111

Color Harmonies of #C50144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50144

Black with #C50144

Text Example


Text Example

White with #C50144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50144; }

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

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

background-color css

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

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

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

border-color css

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

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

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