Html Css Color HEX #C24A31 Grenadier

📋 copy color: '#C24A31'

red 194 ◦ green 74 ◦ blue 49

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

Shades of Grenadier #C24A31

Tints of Grenadier #C24A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

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

R = 61.2%
G = 23.34%
B = 15.46%

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

#C24A31 (or 0xC24A31) is known color: Grenadier. HEX triplet: C2, 4A and 31. RGB value is (194,74,49). Sum of RGB (Red+Green+Blue) = 194+74+49=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A31 is #3DB5CE. Grayscale: #6B6B6B. Windows color (decimal): -4044239 or 3230402. OLE color: 3230402.

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

Color convert

RGB 194 74 49 -
CMYK 0 0.62 0.75 0.24
HSL 10.34º 0.6% 0.48% -
HSV(B) 10.34º 0.75% 0.76% -
XYZ 25.25 16.59 4.78 -
YUV 107.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 194 74 49 0 0.62 0.75 0.24 10.34 0.6 0.48
Hex C2 4A 31 0 3E 4B 18 A 3C 30
Octal 302 112 61 0 76 113 30 12 74 60
Binary 11000010 1001010 110001 0 111110 1001011 11000 1010 111100 110000

Color Harmonies of #C24A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A31

Black with #C24A31

Text Example


Text Example

White with #C24A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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