Html Css Color HEX #C53943 Brick Red

📋 copy color: '#C53943'

red 197 ◦ green 57 ◦ blue 67

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

Shades of Brick Red #C53943

Tints of Brick Red #C53943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

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

R = 61.37%
G = 17.76%
B = 20.87%

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

#C53943 (or 0xC53943) is known color: Brick Red. HEX triplet: C5, 39 and 43. RGB value is (197,57,67). Sum of RGB (Red+Green+Blue) = 197+57+67=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C53943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53943 is #3AC6BC. Grayscale: #646464. Windows color (decimal): -3851965 or 4405701. OLE color: 4405701.

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

Color convert

RGB 197 57 67 -
CMYK 0 0.71 0.66 0.23
HSL 355.71º 0.55% 0.5% -
HSV(B) 355.71º 0.71% 0.77% -
XYZ 25.5 15.2 6.9 -
YUV 100 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 197 57 67 0 0.71 0.66 0.23 355.71 0.55 0.5
Hex C5 39 43 0 47 42 17 164 37 32
Octal 305 71 103 0 107 102 27 544 67 62
Binary 11000101 111001 1000011 0 1000111 1000010 10111 101100100 110111 110010

Color Harmonies of #C53943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53943

Black with #C53943

Text Example


Text Example

White with #C53943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53943; }

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

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

background-color css

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

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

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

border-color css

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

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

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