Html Css Color HEX #C53545 Brick Red

📋 copy color: '#C53545'

red 197 ◦ green 53 ◦ blue 69

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

Shades of Brick Red #C53545

Tints of Brick Red #C53545

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 61.76%
G = 16.61%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C53545 (or 0xC53545) is known color: Brick Red. HEX triplet: C5, 35 and 45. RGB value is (197,53,69). Sum of RGB (Red+Green+Blue) = 197+53+69=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53545 is #3ACABA. Grayscale: #616161. Windows color (decimal): -3852987 or 4535749. OLE color: 4535749.

HSL color Cylindrical-coordinate representation of color #C53545: hue angle of 353.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53545 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 69 -
CMYK 0 0.73 0.65 0.23
HSL 353.33º 0.58% 0.49% -
HSV(B) 353.33º 0.73% 0.77% -
XYZ 25.37 14.85 7.16 -
YUV 97.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 197 53 69 0 0.73 0.65 0.23 353.33 0.58 0.49
Hex C5 35 45 0 49 41 17 161 3A 31
Octal 305 65 105 0 111 101 27 541 72 61
Binary 11000101 110101 1000101 0 1001001 1000001 10111 101100001 111010 110001

Color Harmonies of #C53545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53545

Black with #C53545

Text Example


Text Example

White with #C53545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53545; }

 p { color: rgb(197,53,69); }

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

background-color css

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

 a { background-color: rgb(197,53,69); }

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

border-color css

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

 span { border-color: rgb(197,53,69); }

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