Html Css Color HEX #C23547 Brick Red

📋 copy color: '#C23547'

red 194 ◦ green 53 ◦ blue 71

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

Shades of Brick Red #C23547

Tints of Brick Red #C23547

RGB

 RED value IS 194 (76.17% from 255) = 61.01%

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

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 61.01%
G = 16.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C23547 (or 0xC23547) is known color: Brick Red. HEX triplet: C2, 35 and 47. RGB value is (194,53,71). Sum of RGB (Red+Green+Blue) = 194+53+71=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C23547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23547 is #3DCAB8. Grayscale: #616161. Windows color (decimal): -4049593 or 4666818. OLE color: 4666818.

HSL color Cylindrical-coordinate representation of color #C23547: hue angle of 352.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23547 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 71 -
CMYK 0 0.73 0.63 0.24
HSL 352.34º 0.57% 0.48% -
HSV(B) 352.34º 0.73% 0.76% -
XYZ 24.66 14.47 7.45 -
YUV 97.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 194 53 71 0 0.73 0.63 0.24 352.34 0.57 0.48
Hex C2 35 47 0 49 3F 18 160 39 30
Octal 302 65 107 0 111 77 30 540 71 60
Binary 11000010 110101 1000111 0 1001001 111111 11000 101100000 111001 110000

Color Harmonies of #C23547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23547

Black with #C23547

Text Example


Text Example

White with #C23547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23547; }

 p { color: rgb(194,53,71); }

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

background-color css

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

 a { background-color: rgb(194,53,71); }

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

border-color css

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

 span { border-color: rgb(194,53,71); }

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