Html Css Color HEX #C50048 Crimson

📋 copy color: '#C50048'

red 197 ◦ green 0 ◦ blue 72

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

Shades of Crimson #C50048

Tints of Crimson #C50048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.23%
G = 0%
B = 26.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50048 (or 0xC50048) is known color: Crimson. HEX triplet: C5, 00 and 48. RGB value is (197,0,72). Sum of RGB (Red+Green+Blue) = 197+0+72=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C50048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50048 is #3AFFB7. Grayscale: #434343. Windows color (decimal): -3866552 or 4718789. OLE color: 4718789.

HSL color Cylindrical-coordinate representation of color #C50048: hue angle of 338.07º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50048 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 72 -
CMYK 0 1 0.63 0.23
HSL 338.07º 1% 0.39% -
HSV(B) 338.07º 1% 0.77% -
XYZ 24.2 12.34 7.24 -
YUV 67.11 130.77 220.65 -
System Red Green Blue C M Y K H S L
Decimal 197 0 72 0 1 0.63 0.23 338.07 1 0.39
Hex C5 0 48 0 64 3F 17 152 64 27
Octal 305 0 110 0 144 77 27 522 144 47
Binary 11000101 0 1001000 0 1100100 111111 10111 101010010 1100100 100111

Color Harmonies of #C50048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50048

Black with #C50048

Text Example


Text Example

White with #C50048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50048; }

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

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

background-color css

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

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

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

border-color css

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

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

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