Html Css Color HEX #C24E3B Grenadier

📋 copy color: '#C24E3B'

red 194 ◦ green 78 ◦ blue 59

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

Shades of Grenadier #C24E3B

Tints of Grenadier #C24E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.56%

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 58.61%
G = 23.56%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C24E3B (or 0xC24E3B) is known color: Grenadier. HEX triplet: C2, 4E and 3B. RGB value is (194,78,59). Sum of RGB (Red+Green+Blue) = 194+78+59=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E3B is #3DB1C4. Grayscale: #6E6E6E. Windows color (decimal): -4043205 or 3886786. OLE color: 3886786.

HSL color Cylindrical-coordinate representation of color #C24E3B: hue angle of 8.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24E3B is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 78 59 -
CMYK 0 0.60 0.70 0.24
HSL 8.44º 0.53% 0.5% -
HSV(B) 8.44º 0.7% 0.76% -
XYZ 25.76 17.23 6.11 -
YUV 110.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 194 78 59 0 0.60 0.70 0.24 8.44 0.53 0.5
Hex C2 4E 3B 0 3C 46 18 8 35 32
Octal 302 116 73 0 74 106 30 10 65 62
Binary 11000010 1001110 111011 0 111100 1000110 11000 1000 110101 110010

Color Harmonies of #C24E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E3B

Black with #C24E3B

Text Example


Text Example

White with #C24E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E3B; }

 p { color: rgb(194,78,59); }

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

background-color css

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

 a { background-color: rgb(194,78,59); }

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

border-color css

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

 span { border-color: rgb(194,78,59); }

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