Html Css Color HEX #C53542 Brick Red

📋 copy color: '#C53542'

red 197 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #C53542

Tints of Brick Red #C53542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 62.34%
G = 16.77%
B = 20.89%

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

#C53542 (or 0xC53542) is known color: Brick Red. HEX triplet: C5, 35 and 42. RGB value is (197,53,66). Sum of RGB (Red+Green+Blue) = 197+53+66=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53542 is #3ACABD. Grayscale: #616161. Windows color (decimal): -3852990 or 4339141. OLE color: 4339141.

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

Color convert

RGB 197 53 66 -
CMYK 0 0.73 0.66 0.23
HSL 354.58º 0.58% 0.49% -
HSV(B) 354.58º 0.73% 0.77% -
XYZ 25.28 14.81 6.68 -
YUV 97.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 197 53 66 0 0.73 0.66 0.23 354.58 0.58 0.49
Hex C5 35 42 0 49 42 17 163 3A 31
Octal 305 65 102 0 111 102 27 543 72 61
Binary 11000101 110101 1000010 0 1001001 1000010 10111 101100011 111010 110001

Color Harmonies of #C53542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53542

Black with #C53542

Text Example


Text Example

White with #C53542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53542; }

 p { color: rgb(197,53,66); }

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

background-color css

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

 a { background-color: rgb(197,53,66); }

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

border-color css

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

 span { border-color: rgb(197,53,66); }

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