Html Css Color HEX #C24C36 Grenadier

📋 copy color: '#C24C36'

red 194 ◦ green 76 ◦ blue 54

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

Shades of Grenadier #C24C36

Tints of Grenadier #C24C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.46%

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

R = 59.88%
G = 23.46%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24C36 (or 0xC24C36) is known color: Grenadier. HEX triplet: C2, 4C and 36. RGB value is (194,76,54). Sum of RGB (Red+Green+Blue) = 194+76+54=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C36 is #3DB3C9. Grayscale: #6C6C6C. Windows color (decimal): -4043722 or 3558594. OLE color: 3558594.

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

Color convert

RGB 194 76 54 -
CMYK 0 0.61 0.72 0.24
HSL 9.43º 0.56% 0.49% -
HSV(B) 9.43º 0.72% 0.76% -
XYZ 25.5 16.9 5.41 -
YUV 108.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 194 76 54 0 0.61 0.72 0.24 9.43 0.56 0.49
Hex C2 4C 36 0 3D 48 18 9 38 31
Octal 302 114 66 0 75 110 30 11 70 61
Binary 11000010 1001100 110110 0 111101 1001000 11000 1001 111000 110001

Color Harmonies of #C24C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C36

Black with #C24C36

Text Example


Text Example

White with #C24C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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