Html Css Color HEX #C24735 Grenadier

📋 copy color: '#C24735'

red 194 ◦ green 71 ◦ blue 53

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

Shades of Grenadier #C24735

Tints of Grenadier #C24735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 61.01%
G = 22.33%
B = 16.67%

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

#C24735 (or 0xC24735) is known color: Grenadier. HEX triplet: C2, 47 and 35. RGB value is (194,71,53). Sum of RGB (Red+Green+Blue) = 194+71+53=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C24735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24735 is #3DB8CA. Grayscale: #696969. Windows color (decimal): -4045003 or 3491778. OLE color: 3491778.

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

Color convert

RGB 194 71 53 -
CMYK 0 0.63 0.73 0.24
HSL 7.66º 0.57% 0.48% -
HSV(B) 7.66º 0.73% 0.76% -
XYZ 25.14 16.23 5.18 -
YUV 105.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 194 71 53 0 0.63 0.73 0.24 7.66 0.57 0.48
Hex C2 47 35 0 3F 49 18 8 39 30
Octal 302 107 65 0 77 111 30 10 71 60
Binary 11000010 1000111 110101 0 111111 1001001 11000 1000 111001 110000

Color Harmonies of #C24735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24735

Black with #C24735

Text Example


Text Example

White with #C24735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24735; }

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

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

background-color css

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

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

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

border-color css

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

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

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