Html Css Color HEX #C53942 Brick Red

📋 copy color: '#C53942'

red 197 ◦ green 57 ◦ blue 66

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

Shades of Brick Red #C53942

Tints of Brick Red #C53942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

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

R = 61.56%
G = 17.81%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53942 (or 0xC53942) is known color: Brick Red. HEX triplet: C5, 39 and 42. RGB value is (197,57,66). Sum of RGB (Red+Green+Blue) = 197+57+66=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53942 is #3AC6BD. Grayscale: #636363. Windows color (decimal): -3851966 or 4340165. OLE color: 4340165.

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

Color convert

RGB 197 57 66 -
CMYK 0 0.71 0.66 0.23
HSL 356.14º 0.55% 0.5% -
HSV(B) 356.14º 0.71% 0.77% -
XYZ 25.47 15.19 6.74 -
YUV 99.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 197 57 66 0 0.71 0.66 0.23 356.14 0.55 0.5
Hex C5 39 42 0 47 42 17 164 37 32
Octal 305 71 102 0 107 102 27 544 67 62
Binary 11000101 111001 1000010 0 1000111 1000010 10111 101100100 110111 110010

Color Harmonies of #C53942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53942

Black with #C53942

Text Example


Text Example

White with #C53942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53942; }

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

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

background-color css

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

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

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

border-color css

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

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

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