Html Css Color HEX #C50143 Crimson

📋 copy color: '#C50143'

red 197 ◦ green 1 ◦ blue 67

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

Shades of Crimson #C50143

Tints of Crimson #C50143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 74.34%
G = 0.38%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50143 (or 0xC50143) is known color: Crimson. HEX triplet: C5, 01 and 43. RGB value is (197,1,67). Sum of RGB (Red+Green+Blue) = 197+1+67=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C50143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50143 is #3AFEBC. Grayscale: #434343. Windows color (decimal): -3866301 or 4391365. OLE color: 4391365.

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

Color convert

RGB 197 1 67 -
CMYK 0 0.99 0.66 0.23
HSL 339.8º 0.99% 0.39% -
HSV(B) 339.8º 0.99% 0.77% -
XYZ 24.05 12.3 6.42 -
YUV 67.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 197 1 67 0 0.99 0.66 0.23 339.8 0.99 0.39
Hex C5 1 43 0 63 42 17 154 63 27
Octal 305 1 103 0 143 102 27 524 143 47
Binary 11000101 1 1000011 0 1100011 1000010 10111 101010100 1100011 100111

Color Harmonies of #C50143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50143

Black with #C50143

Text Example


Text Example

White with #C50143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50143; }

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

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

background-color css

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

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

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

border-color css

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

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

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