Html Css Color HEX #C53645 Brick Red

📋 copy color: '#C53645'

red 197 ◦ green 54 ◦ blue 69

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

Shades of Brick Red #C53645

Tints of Brick Red #C53645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

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

R = 61.56%
G = 16.88%
B = 21.56%

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

#C53645 (or 0xC53645) is known color: Brick Red. HEX triplet: C5, 36 and 45. RGB value is (197,54,69). Sum of RGB (Red+Green+Blue) = 197+54+69=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53645 is #3AC9BA. Grayscale: #626262. Windows color (decimal): -3852731 or 4536005. OLE color: 4536005.

HSL color Cylindrical-coordinate representation of color #C53645: hue angle of 353.71º degrees, saturation: 0.57, 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 #C53645 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 54 69 -
CMYK 0 0.73 0.65 0.23
HSL 353.71º 0.57% 0.49% -
HSV(B) 353.71º 0.73% 0.77% -
XYZ 25.42 14.94 7.17 -
YUV 98.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 197 54 69 0 0.73 0.65 0.23 353.71 0.57 0.49
Hex C5 36 45 0 49 41 17 162 39 31
Octal 305 66 105 0 111 101 27 542 71 61
Binary 11000101 110110 1000101 0 1001001 1000001 10111 101100010 111001 110001

Color Harmonies of #C53645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53645

Black with #C53645

Text Example


Text Example

White with #C53645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53645; }

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

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

background-color css

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

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

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

border-color css

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

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

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