Html Css Color HEX #C24F3A Grenadier

📋 copy color: '#C24F3A'

red 194 ◦ green 79 ◦ blue 58

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

Shades of Grenadier #C24F3A

Tints of Grenadier #C24F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 58.61%
G = 23.87%
B = 17.52%

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

#C24F3A (or 0xC24F3A) is known color: Grenadier. HEX triplet: C2, 4F and 3A. RGB value is (194,79,58). Sum of RGB (Red+Green+Blue) = 194+79+58=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F3A is #3DB0C5. Grayscale: #6F6F6F. Windows color (decimal): -4042950 or 3821506. OLE color: 3821506.

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

Color convert

RGB 194 79 58 -
CMYK 0 0.59 0.70 0.24
HSL 9.26º 0.54% 0.49% -
HSV(B) 9.26º 0.7% 0.76% -
XYZ 25.81 17.37 5.99 -
YUV 110.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 194 79 58 0 0.59 0.70 0.24 9.26 0.54 0.49
Hex C2 4F 3A 0 3B 46 18 9 36 31
Octal 302 117 72 0 73 106 30 11 66 61
Binary 11000010 1001111 111010 0 111011 1000110 11000 1001 110110 110001

Color Harmonies of #C24F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F3A

Black with #C24F3A

Text Example


Text Example

White with #C24F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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