Html Css Color HEX #C53946 Brick Red

📋 copy color: '#C53946'

red 197 ◦ green 57 ◦ blue 70

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

Shades of Brick Red #C53946

Tints of Brick Red #C53946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 60.8%
G = 17.59%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C53946 (or 0xC53946) is known color: Brick Red. HEX triplet: C5, 39 and 46. RGB value is (197,57,70). Sum of RGB (Red+Green+Blue) = 197+57+70=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53946 is #3AC6B9. Grayscale: #646464. Windows color (decimal): -3851962 or 4602309. OLE color: 4602309.

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

Color convert

RGB 197 57 70 -
CMYK 0 0.71 0.64 0.23
HSL 354.43º 0.55% 0.5% -
HSV(B) 354.43º 0.71% 0.77% -
XYZ 25.59 15.24 7.39 -
YUV 100.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 197 57 70 0 0.71 0.64 0.23 354.43 0.55 0.5
Hex C5 39 46 0 47 40 17 162 37 32
Octal 305 71 106 0 107 100 27 542 67 62
Binary 11000101 111001 1000110 0 1000111 1000000 10111 101100010 110111 110010

Color Harmonies of #C53946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53946

Black with #C53946

Text Example


Text Example

White with #C53946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53946; }

 p { color: rgb(197,57,70); }

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

background-color css

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

 a { background-color: rgb(197,57,70); }

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

border-color css

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

 span { border-color: rgb(197,57,70); }

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