Html Css Color HEX #C23447 Brick Red

📋 copy color: '#C23447'

red 194 ◦ green 52 ◦ blue 71

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

Shades of Brick Red #C23447

Tints of Brick Red #C23447

RGB

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

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

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

R = 61.2%
G = 16.4%
B = 22.4%

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

#C23447 (or 0xC23447) is known color: Brick Red. HEX triplet: C2, 34 and 47. RGB value is (194,52,71). Sum of RGB (Red+Green+Blue) = 194+52+71=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23447 is #3DCBB8. Grayscale: #606060. Windows color (decimal): -4049849 or 4666562. OLE color: 4666562.

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

Color convert

RGB 194 52 71 -
CMYK 0 0.73 0.63 0.24
HSL 351.97º 0.58% 0.48% -
HSV(B) 351.97º 0.73% 0.76% -
XYZ 24.61 14.38 7.44 -
YUV 96.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 194 52 71 0 0.73 0.63 0.24 351.97 0.58 0.48
Hex C2 34 47 0 49 3F 18 160 3A 30
Octal 302 64 107 0 111 77 30 540 72 60
Binary 11000010 110100 1000111 0 1001001 111111 11000 101100000 111010 110000

Color Harmonies of #C23447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23447

Black with #C23447

Text Example


Text Example

White with #C23447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23447; }

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

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

background-color css

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

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

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

border-color css

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

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

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