Html Css Color HEX #C53443 Brick Red

📋 copy color: '#C53443'

red 197 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #C53443

Tints of Brick Red #C53443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 67 (26.56% from 255) = 21.2%

R = 62.34%
G = 16.46%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53443 (or 0xC53443) is known color: Brick Red. HEX triplet: C5, 34 and 43. RGB value is (197,52,67). Sum of RGB (Red+Green+Blue) = 197+52+67=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53443 is #3ACBBC. Grayscale: #616161. Windows color (decimal): -3853245 or 4404421. OLE color: 4404421.

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

Color convert

RGB 197 52 67 -
CMYK 0 0.74 0.66 0.23
HSL 353.79º 0.58% 0.49% -
HSV(B) 353.79º 0.74% 0.77% -
XYZ 25.27 14.73 6.82 -
YUV 97.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 197 52 67 0 0.74 0.66 0.23 353.79 0.58 0.49
Hex C5 34 43 0 4A 42 17 162 3A 31
Octal 305 64 103 0 112 102 27 542 72 61
Binary 11000101 110100 1000011 0 1001010 1000010 10111 101100010 111010 110001

Color Harmonies of #C53443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53443

Black with #C53443

Text Example


Text Example

White with #C53443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53443; }

 p { color: rgb(197,52,67); }

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

background-color css

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

 a { background-color: rgb(197,52,67); }

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

border-color css

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

 span { border-color: rgb(197,52,67); }

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