Html Css Color HEX #C53840 Brick Red

📋 copy color: '#C53840'

red 197 ◦ green 56 ◦ blue 64

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

Shades of Brick Red #C53840

Tints of Brick Red #C53840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 62.15%
G = 17.67%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C53840 (or 0xC53840) is known color: Brick Red. HEX triplet: C5, 38 and 40. RGB value is (197,56,64). Sum of RGB (Red+Green+Blue) = 197+56+64=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C53840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53840 is #3AC7BF. Grayscale: #636363. Windows color (decimal): -3852224 or 4208837. OLE color: 4208837.

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

Color convert

RGB 197 56 64 -
CMYK 0 0.72 0.68 0.23
HSL 356.6º 0.56% 0.5% -
HSV(B) 356.6º 0.72% 0.77% -
XYZ 25.37 15.07 6.42 -
YUV 99.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 197 56 64 0 0.72 0.68 0.23 356.6 0.56 0.5
Hex C5 38 40 0 48 44 17 165 38 32
Octal 305 70 100 0 110 104 27 545 70 62
Binary 11000101 111000 1000000 0 1001000 1000100 10111 101100101 111000 110010

Color Harmonies of #C53840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53840

Black with #C53840

Text Example


Text Example

White with #C53840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53840; }

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

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

background-color css

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

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

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

border-color css

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

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

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