Html Css Color HEX #C24732 Grenadier

📋 copy color: '#C24732'

red 194 ◦ green 71 ◦ blue 50

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

Shades of Grenadier #C24732

Tints of Grenadier #C24732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 61.59%
G = 22.54%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C24732 (or 0xC24732) is known color: Grenadier. HEX triplet: C2, 47 and 32. RGB value is (194,71,50). Sum of RGB (Red+Green+Blue) = 194+71+50=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C24732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24732 is #3DB8CD. Grayscale: #696969. Windows color (decimal): -4045006 or 3295170. OLE color: 3295170.

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

Color convert

RGB 194 71 50 -
CMYK 0 0.63 0.74 0.24
HSL 8.75º 0.59% 0.48% -
HSV(B) 8.75º 0.74% 0.76% -
XYZ 25.08 16.21 4.82 -
YUV 105.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 194 71 50 0 0.63 0.74 0.24 8.75 0.59 0.48
Hex C2 47 32 0 3F 4A 18 9 3B 30
Octal 302 107 62 0 77 112 30 11 73 60
Binary 11000010 1000111 110010 0 111111 1001010 11000 1001 111011 110000

Color Harmonies of #C24732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24732

Black with #C24732

Text Example


Text Example

White with #C24732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24732; }

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

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

background-color css

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

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

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

border-color css

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

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

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