Html Css Color HEX #C53143 Brick Red

📋 copy color: '#C53143'

red 197 ◦ green 49 ◦ blue 67

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

Shades of Brick Red #C53143

Tints of Brick Red #C53143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 62.94%
G = 15.65%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53143 (or 0xC53143) is known color: Brick Red. HEX triplet: C5, 31 and 43. RGB value is (197,49,67). Sum of RGB (Red+Green+Blue) = 197+49+67=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C53143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53143 is #3ACEBC. Grayscale: #5F5F5F. Windows color (decimal): -3854013 or 4403653. OLE color: 4403653.

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

Color convert

RGB 197 49 67 -
CMYK 0 0.75 0.66 0.23
HSL 352.7º 0.6% 0.48% -
HSV(B) 352.7º 0.75% 0.77% -
XYZ 25.14 14.47 6.78 -
YUV 95.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 197 49 67 0 0.75 0.66 0.23 352.7 0.6 0.48
Hex C5 31 43 0 4B 42 17 161 3C 30
Octal 305 61 103 0 113 102 27 541 74 60
Binary 11000101 110001 1000011 0 1001011 1000010 10111 101100001 111100 110000

Color Harmonies of #C53143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53143

Black with #C53143

Text Example


Text Example

White with #C53143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53143; }

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

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

background-color css

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

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

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

border-color css

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

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

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