Html Css Color HEX #C53442 Brick Red

📋 copy color: '#C53442'

red 197 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #C53442

Tints of Brick Red #C53442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 62.54%
G = 16.51%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53442 (or 0xC53442) is known color: Brick Red. HEX triplet: C5, 34 and 42. RGB value is (197,52,66). Sum of RGB (Red+Green+Blue) = 197+52+66=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53442 is #3ACBBD. Grayscale: #616161. Windows color (decimal): -3853246 or 4338885. OLE color: 4338885.

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

Color convert

RGB 197 52 66 -
CMYK 0 0.74 0.66 0.23
HSL 354.21º 0.58% 0.49% -
HSV(B) 354.21º 0.74% 0.77% -
XYZ 25.24 14.72 6.67 -
YUV 96.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 197 52 66 0 0.74 0.66 0.23 354.21 0.58 0.49
Hex C5 34 42 0 4A 42 17 162 3A 31
Octal 305 64 102 0 112 102 27 542 72 61
Binary 11000101 110100 1000010 0 1001010 1000010 10111 101100010 111010 110001

Color Harmonies of #C53442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53442

Black with #C53442

Text Example


Text Example

White with #C53442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53442; }

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

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

background-color css

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

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

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

border-color css

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

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

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