Html Css Color HEX #C24147 Brick Red

📋 copy color: '#C24147'

red 194 ◦ green 65 ◦ blue 71

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

Shades of Brick Red #C24147

Tints of Brick Red #C24147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 58.79%
G = 19.7%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C24147 (or 0xC24147) is known color: Brick Red. HEX triplet: C2, 41 and 47. RGB value is (194,65,71). Sum of RGB (Red+Green+Blue) = 194+65+71=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24147 is #3DBEB8. Grayscale: #686868. Windows color (decimal): -4046521 or 4669890. OLE color: 4669890.

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

Color convert

RGB 194 65 71 -
CMYK 0 0.66 0.63 0.24
HSL 357.21º 0.51% 0.51% -
HSV(B) 357.21º 0.66% 0.76% -
XYZ 25.28 15.7 7.66 -
YUV 104.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 194 65 71 0 0.66 0.63 0.24 357.21 0.51 0.51
Hex C2 41 47 0 42 3F 18 165 33 33
Octal 302 101 107 0 102 77 30 545 63 63
Binary 11000010 1000001 1000111 0 1000010 111111 11000 101100101 110011 110011

Color Harmonies of #C24147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24147

Black with #C24147

Text Example


Text Example

White with #C24147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24147; }

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

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

background-color css

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

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

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

border-color css

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

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

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