Html Css Color HEX #C24734 Grenadier

📋 copy color: '#C24734'

red 194 ◦ green 71 ◦ blue 52

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

Shades of Grenadier #C24734

Tints of Grenadier #C24734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 61.2%
G = 22.4%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C24734 (or 0xC24734) is known color: Grenadier. HEX triplet: C2, 47 and 34. RGB value is (194,71,52). Sum of RGB (Red+Green+Blue) = 194+71+52=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24734 is #3DB8CB. Grayscale: #696969. Windows color (decimal): -4045004 or 3426242. OLE color: 3426242.

HSL color Cylindrical-coordinate representation of color #C24734: hue angle of 8.03º degrees, saturation: 0.58, 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 #C24734 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 52 -
CMYK 0 0.63 0.73 0.24
HSL 8.03º 0.58% 0.48% -
HSV(B) 8.03º 0.73% 0.76% -
XYZ 25.12 16.22 5.06 -
YUV 105.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 194 71 52 0 0.63 0.73 0.24 8.03 0.58 0.48
Hex C2 47 34 0 3F 49 18 8 3A 30
Octal 302 107 64 0 77 111 30 10 72 60
Binary 11000010 1000111 110100 0 111111 1001001 11000 1000 111010 110000

Color Harmonies of #C24734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24734

Black with #C24734

Text Example


Text Example

White with #C24734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24734; }

 p { color: rgb(194,71,52); }

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

background-color css

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

 a { background-color: rgb(194,71,52); }

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

border-color css

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

 span { border-color: rgb(194,71,52); }

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