Html Css Color HEX #C53845 Brick Red

📋 copy color: '#C53845'

red 197 ◦ green 56 ◦ blue 69

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

Shades of Brick Red #C53845

Tints of Brick Red #C53845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

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

R = 61.18%
G = 17.39%
B = 21.43%

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

#C53845 (or 0xC53845) is known color: Brick Red. HEX triplet: C5, 38 and 45. RGB value is (197,56,69). Sum of RGB (Red+Green+Blue) = 197+56+69=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53845 is #3AC7BA. Grayscale: #636363. Windows color (decimal): -3852219 or 4536517. OLE color: 4536517.

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

Color convert

RGB 197 56 69 -
CMYK 0 0.72 0.65 0.23
HSL 354.47º 0.56% 0.5% -
HSV(B) 354.47º 0.72% 0.77% -
XYZ 25.51 15.13 7.21 -
YUV 99.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 197 56 69 0 0.72 0.65 0.23 354.47 0.56 0.5
Hex C5 38 45 0 48 41 17 162 38 32
Octal 305 70 105 0 110 101 27 542 70 62
Binary 11000101 111000 1000101 0 1001000 1000001 10111 101100010 111000 110010

Color Harmonies of #C53845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53845

Black with #C53845

Text Example


Text Example

White with #C53845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53845; }

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

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

background-color css

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

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

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

border-color css

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

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

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