Html Css Color HEX #C53241 Brick Red

📋 copy color: '#C53241'

red 197 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #C53241

Tints of Brick Red #C53241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 63.14%
G = 16.03%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C53241 (or 0xC53241) is known color: Brick Red. HEX triplet: C5, 32 and 41. RGB value is (197,50,65). Sum of RGB (Red+Green+Blue) = 197+50+65=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C53241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53241 is #3ACDBE. Grayscale: #5F5F5F. Windows color (decimal): -3853759 or 4272837. OLE color: 4272837.

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

Color convert

RGB 197 50 65 -
CMYK 0 0.75 0.67 0.23
HSL 353.88º 0.6% 0.48% -
HSV(B) 353.88º 0.75% 0.77% -
XYZ 25.12 14.53 6.48 -
YUV 95.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 197 50 65 0 0.75 0.67 0.23 353.88 0.6 0.48
Hex C5 32 41 0 4B 43 17 162 3C 30
Octal 305 62 101 0 113 103 27 542 74 60
Binary 11000101 110010 1000001 0 1001011 1000011 10111 101100010 111100 110000

Color Harmonies of #C53241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53241

Black with #C53241

Text Example


Text Example

White with #C53241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53241; }

 p { color: rgb(197,50,65); }

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

background-color css

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

 a { background-color: rgb(197,50,65); }

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

border-color css

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

 span { border-color: rgb(197,50,65); }

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