Html Css Color HEX #C24146 Brick Red

📋 copy color: '#C24146'

red 194 ◦ green 65 ◦ blue 70

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

Shades of Brick Red #C24146

Tints of Brick Red #C24146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 58.97%
G = 19.76%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C24146 (or 0xC24146) is known color: Brick Red. HEX triplet: C2, 41 and 46. RGB value is (194,65,70). Sum of RGB (Red+Green+Blue) = 194+65+70=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24146 is #3DBEB9. Grayscale: #686868. Windows color (decimal): -4046522 or 4604354. OLE color: 4604354.

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

Color convert

RGB 194 65 70 -
CMYK 0 0.66 0.64 0.24
HSL 357.67º 0.51% 0.51% -
HSV(B) 357.67º 0.66% 0.76% -
XYZ 25.24 15.69 7.49 -
YUV 104.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 194 65 70 0 0.66 0.64 0.24 357.67 0.51 0.51
Hex C2 41 46 0 42 40 18 166 33 33
Octal 302 101 106 0 102 100 30 546 63 63
Binary 11000010 1000001 1000110 0 1000010 1000000 11000 101100110 110011 110011

Color Harmonies of #C24146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24146

Black with #C24146

Text Example


Text Example

White with #C24146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24146; }

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

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

background-color css

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

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

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

border-color css

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

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

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