Html Css Color HEX #C23C47 Brick Red

📋 copy color: '#C23C47'

red 194 ◦ green 60 ◦ blue 71

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

Shades of Brick Red #C23C47

Tints of Brick Red #C23C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

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

R = 59.69%
G = 18.46%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C23C47 (or 0xC23C47) is known color: Brick Red. HEX triplet: C2, 3C and 47. RGB value is (194,60,71). Sum of RGB (Red+Green+Blue) = 194+60+71=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C47 is #3DC3B8. Grayscale: #656565. Windows color (decimal): -4047801 or 4668610. OLE color: 4668610.

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

Color convert

RGB 194 60 71 -
CMYK 0 0.69 0.63 0.24
HSL 355.07º 0.53% 0.5% -
HSV(B) 355.07º 0.69% 0.76% -
XYZ 25 15.16 7.57 -
YUV 101.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 194 60 71 0 0.69 0.63 0.24 355.07 0.53 0.5
Hex C2 3C 47 0 45 3F 18 163 35 32
Octal 302 74 107 0 105 77 30 543 65 62
Binary 11000010 111100 1000111 0 1000101 111111 11000 101100011 110101 110010

Color Harmonies of #C23C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C47

Black with #C23C47

Text Example


Text Example

White with #C23C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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