Html Css Color HEX #C53641 Brick Red

📋 copy color: '#C53641'

red 197 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #C53641

Tints of Brick Red #C53641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 62.34%
G = 17.09%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C53641 (or 0xC53641) is known color: Brick Red. HEX triplet: C5, 36 and 41. RGB value is (197,54,65). Sum of RGB (Red+Green+Blue) = 197+54+65=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53641 is #3AC9BE. Grayscale: #626262. Windows color (decimal): -3852735 or 4273861. OLE color: 4273861.

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

Color convert

RGB 197 54 65 -
CMYK 0 0.73 0.67 0.23
HSL 355.38º 0.57% 0.49% -
HSV(B) 355.38º 0.73% 0.77% -
XYZ 25.3 14.89 6.54 -
YUV 98.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 197 54 65 0 0.73 0.67 0.23 355.38 0.57 0.49
Hex C5 36 41 0 49 43 17 163 39 31
Octal 305 66 101 0 111 103 27 543 71 61
Binary 11000101 110110 1000001 0 1001001 1000011 10111 101100011 111001 110001

Color Harmonies of #C53641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53641

Black with #C53641

Text Example


Text Example

White with #C53641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53641; }

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

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

background-color css

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

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

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

border-color css

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

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

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