Html Css Color HEX #C53844 Brick Red

📋 copy color: '#C53844'

red 197 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #C53844

Tints of Brick Red #C53844

RGB

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

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

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

R = 61.37%
G = 17.45%
B = 21.18%

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

#C53844 (or 0xC53844) is known color: Brick Red. HEX triplet: C5, 38 and 44. RGB value is (197,56,68). Sum of RGB (Red+Green+Blue) = 197+56+68=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C53844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53844 is #3AC7BB. Grayscale: #636363. Windows color (decimal): -3852220 or 4470981. OLE color: 4470981.

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

Color convert

RGB 197 56 68 -
CMYK 0 0.72 0.65 0.23
HSL 354.89º 0.56% 0.5% -
HSV(B) 354.89º 0.72% 0.77% -
XYZ 25.48 15.12 7.04 -
YUV 99.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 197 56 68 0 0.72 0.65 0.23 354.89 0.56 0.5
Hex C5 38 44 0 48 41 17 163 38 32
Octal 305 70 104 0 110 101 27 543 70 62
Binary 11000101 111000 1000100 0 1001000 1000001 10111 101100011 111000 110010

Color Harmonies of #C53844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53844

Black with #C53844

Text Example


Text Example

White with #C53844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53844; }

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

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

background-color css

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

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

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

border-color css

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

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

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