Html Css Color HEX #C24931 Grenadier

📋 copy color: '#C24931'

red 194 ◦ green 73 ◦ blue 49

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

Shades of Grenadier #C24931

Tints of Grenadier #C24931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 61.39%
G = 23.1%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C24931 (or 0xC24931) is known color: Grenadier. HEX triplet: C2, 49 and 31. RGB value is (194,73,49). Sum of RGB (Red+Green+Blue) = 194+73+49=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C24931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24931 is #3DB6CE. Grayscale: #6A6A6A. Windows color (decimal): -4044495 or 3230146. OLE color: 3230146.

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

Color convert

RGB 194 73 49 -
CMYK 0 0.62 0.75 0.24
HSL 9.93º 0.6% 0.48% -
HSV(B) 9.93º 0.75% 0.76% -
XYZ 25.19 16.46 4.75 -
YUV 106.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 194 73 49 0 0.62 0.75 0.24 9.93 0.6 0.48
Hex C2 49 31 0 3E 4B 18 A 3C 30
Octal 302 111 61 0 76 113 30 12 74 60
Binary 11000010 1001001 110001 0 111110 1001011 11000 1010 111100 110000

Color Harmonies of #C24931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24931

Black with #C24931

Text Example


Text Example

White with #C24931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24931; }

 p { color: rgb(194,73,49); }

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

background-color css

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

 a { background-color: rgb(194,73,49); }

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

border-color css

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

 span { border-color: rgb(194,73,49); }

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