Html Css Color HEX #C24149 Brick Red

📋 copy color: '#C24149'

red 194 ◦ green 65 ◦ blue 73

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

Shades of Brick Red #C24149

Tints of Brick Red #C24149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 58.43%
G = 19.58%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C24149 (or 0xC24149) is known color: Brick Red. HEX triplet: C2, 41 and 49. RGB value is (194,65,73). Sum of RGB (Red+Green+Blue) = 194+65+73=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C24149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24149 is #3DBEB6. Grayscale: #686868. Windows color (decimal): -4046519 or 4800962. OLE color: 4800962.

HSL color Cylindrical-coordinate representation of color #C24149: hue angle of 356.28º 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 #C24149 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 73 -
CMYK 0 0.66 0.62 0.24
HSL 356.28º 0.51% 0.51% -
HSV(B) 356.28º 0.66% 0.76% -
XYZ 25.34 15.73 8 -
YUV 104.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 194 65 73 0 0.66 0.62 0.24 356.28 0.51 0.51
Hex C2 41 49 0 42 3E 18 164 33 33
Octal 302 101 111 0 102 76 30 544 63 63
Binary 11000010 1000001 1001001 0 1000010 111110 11000 101100100 110011 110011

Color Harmonies of #C24149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24149

Black with #C24149

Text Example


Text Example

White with #C24149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24149; }

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

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

background-color css

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

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

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

border-color css

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

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

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