Html Css Color HEX #C24F35 Grenadier

📋 copy color: '#C24F35'

red 194 ◦ green 79 ◦ blue 53

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

Shades of Grenadier #C24F35

Tints of Grenadier #C24F35

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 59.51%
G = 24.23%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C24F35 (or 0xC24F35) is known color: Grenadier. HEX triplet: C2, 4F and 35. RGB value is (194,79,53). Sum of RGB (Red+Green+Blue) = 194+79+53=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F35 is #3DB0CA. Grayscale: #6E6E6E. Windows color (decimal): -4042955 or 3493826. OLE color: 3493826.

HSL color Cylindrical-coordinate representation of color #C24F35: hue angle of 11.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24F35 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 53 -
CMYK 0 0.59 0.73 0.24
HSL 11.06º 0.57% 0.48% -
HSV(B) 11.06º 0.73% 0.76% -
XYZ 25.69 17.32 5.36 -
YUV 110.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 194 79 53 0 0.59 0.73 0.24 11.06 0.57 0.48
Hex C2 4F 35 0 3B 49 18 B 39 30
Octal 302 117 65 0 73 111 30 13 71 60
Binary 11000010 1001111 110101 0 111011 1001001 11000 1011 111001 110000

Color Harmonies of #C24F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F35

Black with #C24F35

Text Example


Text Example

White with #C24F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F35; }

 p { color: rgb(194,79,53); }

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

background-color css

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

 a { background-color: rgb(194,79,53); }

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

border-color css

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

 span { border-color: rgb(194,79,53); }

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