Html Css Color HEX #C24F3B Grenadier

📋 copy color: '#C24F3B'

red 194 ◦ green 79 ◦ blue 59

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

Shades of Grenadier #C24F3B

Tints of Grenadier #C24F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 58.43%
G = 23.8%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C24F3B (or 0xC24F3B) is known color: Grenadier. HEX triplet: C2, 4F and 3B. RGB value is (194,79,59). Sum of RGB (Red+Green+Blue) = 194+79+59=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F3B is #3DB0C4. Grayscale: #6F6F6F. Windows color (decimal): -4042949 or 3887042. OLE color: 3887042.

HSL color Cylindrical-coordinate representation of color #C24F3B: hue angle of 8.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24F3B is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 59 -
CMYK 0 0.59 0.70 0.24
HSL 8.89º 0.53% 0.5% -
HSV(B) 8.89º 0.7% 0.76% -
XYZ 25.83 17.38 6.13 -
YUV 111.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 194 79 59 0 0.59 0.70 0.24 8.89 0.53 0.5
Hex C2 4F 3B 0 3B 46 18 9 35 32
Octal 302 117 73 0 73 106 30 11 65 62
Binary 11000010 1001111 111011 0 111011 1000110 11000 1001 110101 110010

Color Harmonies of #C24F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F3B

Black with #C24F3B

Text Example


Text Example

White with #C24F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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