Html Css Color HEX #C53643 Brick Red

📋 copy color: '#C53643'

red 197 ◦ green 54 ◦ blue 67

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

Shades of Brick Red #C53643

Tints of Brick Red #C53643

RGB

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

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

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

R = 61.95%
G = 16.98%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53643 (or 0xC53643) is known color: Brick Red. HEX triplet: C5, 36 and 43. RGB value is (197,54,67). Sum of RGB (Red+Green+Blue) = 197+54+67=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53643 is #3AC9BC. Grayscale: #626262. Windows color (decimal): -3852733 or 4404933. OLE color: 4404933.

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

Color convert

RGB 197 54 67 -
CMYK 0 0.73 0.66 0.23
HSL 354.55º 0.57% 0.49% -
HSV(B) 354.55º 0.73% 0.77% -
XYZ 25.36 14.91 6.85 -
YUV 98.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 197 54 67 0 0.73 0.66 0.23 354.55 0.57 0.49
Hex C5 36 43 0 49 42 17 163 39 31
Octal 305 66 103 0 111 102 27 543 71 61
Binary 11000101 110110 1000011 0 1001001 1000010 10111 101100011 111001 110001

Color Harmonies of #C53643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53643

Black with #C53643

Text Example


Text Example

White with #C53643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53643; }

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

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

background-color css

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

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

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

border-color css

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

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

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