Html Css Color HEX #C53843 Brick Red

📋 copy color: '#C53843'

red 197 ◦ green 56 ◦ blue 67

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

Shades of Brick Red #C53843

Tints of Brick Red #C53843

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

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

R = 61.56%
G = 17.5%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53843 (or 0xC53843) is known color: Brick Red. HEX triplet: C5, 38 and 43. RGB value is (197,56,67). Sum of RGB (Red+Green+Blue) = 197+56+67=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53843 is #3AC7BC. Grayscale: #636363. Windows color (decimal): -3852221 or 4405445. OLE color: 4405445.

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

Color convert

RGB 197 56 67 -
CMYK 0 0.72 0.66 0.23
HSL 355.32º 0.56% 0.5% -
HSV(B) 355.32º 0.72% 0.77% -
XYZ 25.45 15.1 6.88 -
YUV 99.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 197 56 67 0 0.72 0.66 0.23 355.32 0.56 0.5
Hex C5 38 43 0 48 42 17 163 38 32
Octal 305 70 103 0 110 102 27 543 70 62
Binary 11000101 111000 1000011 0 1001000 1000010 10111 101100011 111000 110010

Color Harmonies of #C53843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53843

Black with #C53843

Text Example


Text Example

White with #C53843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53843; }

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

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

background-color css

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

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

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

border-color css

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

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

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