Html Css Color HEX #C53A43 Brick Red

📋 copy color: '#C53A43'

red 197 ◦ green 58 ◦ blue 67

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

Shades of Brick Red #C53A43

Tints of Brick Red #C53A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 61.18%
G = 18.01%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53A43 (or 0xC53A43) is known color: Brick Red. HEX triplet: C5, 3A and 43. RGB value is (197,58,67). Sum of RGB (Red+Green+Blue) = 197+58+67=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A43 is #3AC5BC. Grayscale: #646464. Windows color (decimal): -3851709 or 4405957. OLE color: 4405957.

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

Color convert

RGB 197 58 67 -
CMYK 0 0.71 0.66 0.23
HSL 356.12º 0.55% 0.5% -
HSV(B) 356.12º 0.71% 0.77% -
XYZ 25.55 15.3 6.92 -
YUV 100.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 197 58 67 0 0.71 0.66 0.23 356.12 0.55 0.5
Hex C5 3A 43 0 47 42 17 164 37 32
Octal 305 72 103 0 107 102 27 544 67 62
Binary 11000101 111010 1000011 0 1000111 1000010 10111 101100100 110111 110010

Color Harmonies of #C53A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A43

Black with #C53A43

Text Example


Text Example

White with #C53A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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