Html Css Color HEX #C50148 Crimson

📋 copy color: '#C50148'

red 197 ◦ green 1 ◦ blue 72

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

Shades of Crimson #C50148

Tints of Crimson #C50148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 72.96%
G = 0.37%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50148 (or 0xC50148) is known color: Crimson. HEX triplet: C5, 01 and 48. RGB value is (197,1,72). Sum of RGB (Red+Green+Blue) = 197+1+72=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C50148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50148 is #3AFEB7. Grayscale: #434343. Windows color (decimal): -3866296 or 4719045. OLE color: 4719045.

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

Color convert

RGB 197 1 72 -
CMYK 0 0.99 0.63 0.23
HSL 338.27º 0.99% 0.39% -
HSV(B) 338.27º 0.99% 0.77% -
XYZ 24.21 12.36 7.24 -
YUV 67.7 130.43 220.23 -
System Red Green Blue C M Y K H S L
Decimal 197 1 72 0 0.99 0.63 0.23 338.27 0.99 0.39
Hex C5 1 48 0 63 3F 17 152 63 27
Octal 305 1 110 0 143 77 27 522 143 47
Binary 11000101 1 1001000 0 1100011 111111 10111 101010010 1100011 100111

Color Harmonies of #C50148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50148

Black with #C50148

Text Example


Text Example

White with #C50148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50148; }

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

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

background-color css

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

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

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

border-color css

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

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

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