Html Css Color HEX #C23747 Brick Red

📋 copy color: '#C23747'

red 194 ◦ green 55 ◦ blue 71

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

Shades of Brick Red #C23747

Tints of Brick Red #C23747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 60.63%
G = 17.19%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C23747 (or 0xC23747) is known color: Brick Red. HEX triplet: C2, 37 and 47. RGB value is (194,55,71). Sum of RGB (Red+Green+Blue) = 194+55+71=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C23747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23747 is #3DC8B8. Grayscale: #626262. Windows color (decimal): -4049081 or 4667330. OLE color: 4667330.

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

Color convert

RGB 194 55 71 -
CMYK 0 0.72 0.63 0.24
HSL 353.09º 0.56% 0.49% -
HSV(B) 353.09º 0.72% 0.76% -
XYZ 24.75 14.66 7.49 -
YUV 98.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 194 55 71 0 0.72 0.63 0.24 353.09 0.56 0.49
Hex C2 37 47 0 48 3F 18 161 38 31
Octal 302 67 107 0 110 77 30 541 70 61
Binary 11000010 110111 1000111 0 1001000 111111 11000 101100001 111000 110001

Color Harmonies of #C23747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23747

Black with #C23747

Text Example


Text Example

White with #C23747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23747; }

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

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

background-color css

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

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

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

border-color css

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

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

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