Html Css Color HEX #C24C3A Grenadier

📋 copy color: '#C24C3A'

red 194 ◦ green 76 ◦ blue 58

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

Shades of Grenadier #C24C3A

Tints of Grenadier #C24C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 59.15%
G = 23.17%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C24C3A (or 0xC24C3A) is known color: Grenadier. HEX triplet: C2, 4C and 3A. RGB value is (194,76,58). Sum of RGB (Red+Green+Blue) = 194+76+58=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C3A is #3DB3C5. Grayscale: #6D6D6D. Windows color (decimal): -4043718 or 3820738. OLE color: 3820738.

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

Color convert

RGB 194 76 58 -
CMYK 0 0.61 0.70 0.24
HSL 7.94º 0.54% 0.49% -
HSV(B) 7.94º 0.7% 0.76% -
XYZ 25.6 16.94 5.92 -
YUV 109.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 194 76 58 0 0.61 0.70 0.24 7.94 0.54 0.49
Hex C2 4C 3A 0 3D 46 18 8 36 31
Octal 302 114 72 0 75 106 30 10 66 61
Binary 11000010 1001100 111010 0 111101 1000110 11000 1000 110110 110001

Color Harmonies of #C24C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C3A

Black with #C24C3A

Text Example


Text Example

White with #C24C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C3A; }

 p { color: rgb(194,76,58); }

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

background-color css

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

 a { background-color: rgb(194,76,58); }

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

border-color css

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

 span { border-color: rgb(194,76,58); }

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