Html Css Color HEX #C53148 Brick Red

📋 copy color: '#C53148'

red 197 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #C53148

Tints of Brick Red #C53148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

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

R = 61.95%
G = 15.41%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C53148 (or 0xC53148) is known color: Brick Red. HEX triplet: C5, 31 and 48. RGB value is (197,49,72). Sum of RGB (Red+Green+Blue) = 197+49+72=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53148 is #3ACEB7. Grayscale: #5F5F5F. Windows color (decimal): -3854008 or 4731333. OLE color: 4731333.

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

Color convert

RGB 197 49 72 -
CMYK 0 0.75 0.63 0.23
HSL 350.68º 0.6% 0.48% -
HSV(B) 350.68º 0.75% 0.77% -
XYZ 25.29 14.53 7.6 -
YUV 95.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 197 49 72 0 0.75 0.63 0.23 350.68 0.6 0.48
Hex C5 31 48 0 4B 3F 17 15F 3C 30
Octal 305 61 110 0 113 77 27 537 74 60
Binary 11000101 110001 1001000 0 1001011 111111 10111 101011111 111100 110000

Color Harmonies of #C53148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53148

Black with #C53148

Text Example


Text Example

White with #C53148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53148; }

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

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

background-color css

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

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

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

border-color css

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

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

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