Html Css Color HEX #C53744 Brick Red

📋 copy color: '#C53744'

red 197 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #C53744

Tints of Brick Red #C53744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 61.56%
G = 17.19%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C53744 (or 0xC53744) is known color: Brick Red. HEX triplet: C5, 37 and 44. RGB value is (197,55,68). Sum of RGB (Red+Green+Blue) = 197+55+68=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53744 is #3AC8BB. Grayscale: #636363. Windows color (decimal): -3852476 or 4470725. OLE color: 4470725.

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

Color convert

RGB 197 55 68 -
CMYK 0 0.72 0.65 0.23
HSL 354.51º 0.56% 0.49% -
HSV(B) 354.51º 0.72% 0.77% -
XYZ 25.44 15.02 7.03 -
YUV 98.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 197 55 68 0 0.72 0.65 0.23 354.51 0.56 0.49
Hex C5 37 44 0 48 41 17 163 38 31
Octal 305 67 104 0 110 101 27 543 70 61
Binary 11000101 110111 1000100 0 1001000 1000001 10111 101100011 111000 110001

Color Harmonies of #C53744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53744

Black with #C53744

Text Example


Text Example

White with #C53744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53744; }

 p { color: rgb(197,55,68); }

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

background-color css

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

 a { background-color: rgb(197,55,68); }

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

border-color css

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

 span { border-color: rgb(197,55,68); }

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