Html Css Color HEX #C24E36 Grenadier

📋 copy color: '#C24E36'

red 194 ◦ green 78 ◦ blue 54

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

Shades of Grenadier #C24E36

Tints of Grenadier #C24E36

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 59.51%
G = 23.93%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24E36 (or 0xC24E36) is known color: Grenadier. HEX triplet: C2, 4E and 36. RGB value is (194,78,54). Sum of RGB (Red+Green+Blue) = 194+78+54=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E36 is #3DB1C9. Grayscale: #6E6E6E. Windows color (decimal): -4043210 or 3559106. OLE color: 3559106.

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

Color convert

RGB 194 78 54 -
CMYK 0 0.60 0.72 0.24
HSL 10.29º 0.56% 0.49% -
HSV(B) 10.29º 0.72% 0.76% -
XYZ 25.64 17.18 5.46 -
YUV 109.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 194 78 54 0 0.60 0.72 0.24 10.29 0.56 0.49
Hex C2 4E 36 0 3C 48 18 A 38 31
Octal 302 116 66 0 74 110 30 12 70 61
Binary 11000010 1001110 110110 0 111100 1001000 11000 1010 111000 110001

Color Harmonies of #C24E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E36

Black with #C24E36

Text Example


Text Example

White with #C24E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E36; }

 p { color: rgb(194,78,54); }

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

background-color css

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

 a { background-color: rgb(194,78,54); }

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

border-color css

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

 span { border-color: rgb(194,78,54); }

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