Html Css Color HEX #C24248 Brick Red

📋 copy color: '#C24248'

red 194 ◦ green 66 ◦ blue 72

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

Shades of Brick Red #C24248

Tints of Brick Red #C24248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 58.43%
G = 19.88%
B = 21.69%

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

#C24248 (or 0xC24248) is known color: Brick Red. HEX triplet: C2, 42 and 48. RGB value is (194,66,72). Sum of RGB (Red+Green+Blue) = 194+66+72=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C24248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24248 is #3DBDB7. Grayscale: #696969. Windows color (decimal): -4046264 or 4735682. OLE color: 4735682.

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

Color convert

RGB 194 66 72 -
CMYK 0 0.66 0.63 0.24
HSL 357.19º 0.51% 0.51% -
HSV(B) 357.19º 0.66% 0.76% -
XYZ 25.37 15.83 7.85 -
YUV 104.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 194 66 72 0 0.66 0.63 0.24 357.19 0.51 0.51
Hex C2 42 48 0 42 3F 18 165 33 33
Octal 302 102 110 0 102 77 30 545 63 63
Binary 11000010 1000010 1001000 0 1000010 111111 11000 101100101 110011 110011

Color Harmonies of #C24248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24248

Black with #C24248

Text Example


Text Example

White with #C24248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24248; }

 p { color: rgb(194,66,72); }

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

background-color css

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

 a { background-color: rgb(194,66,72); }

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

border-color css

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

 span { border-color: rgb(194,66,72); }

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