Html Css Color HEX #C53140 Brick Red

📋 copy color: '#C53140'

red 197 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #C53140

Tints of Brick Red #C53140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 63.55%
G = 15.81%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C53140 (or 0xC53140) is known color: Brick Red. HEX triplet: C5, 31 and 40. RGB value is (197,49,64). Sum of RGB (Red+Green+Blue) = 197+49+64=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C53140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53140 is #3ACEBF. Grayscale: #5F5F5F. Windows color (decimal): -3854016 or 4207045. OLE color: 4207045.

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

Color convert

RGB 197 49 64 -
CMYK 0 0.75 0.68 0.23
HSL 353.92º 0.6% 0.48% -
HSV(B) 353.92º 0.75% 0.77% -
XYZ 25.05 14.44 6.32 -
YUV 94.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 197 49 64 0 0.75 0.68 0.23 353.92 0.6 0.48
Hex C5 31 40 0 4B 44 17 162 3C 30
Octal 305 61 100 0 113 104 27 542 74 60
Binary 11000101 110001 1000000 0 1001011 1000100 10111 101100010 111100 110000

Color Harmonies of #C53140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53140

Black with #C53140

Text Example


Text Example

White with #C53140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53140; }

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

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

background-color css

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

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

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

border-color css

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

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

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