Html Css Color HEX #C24C34 Grenadier

📋 copy color: '#C24C34'

red 194 ◦ green 76 ◦ blue 52

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

Shades of Grenadier #C24C34

Tints of Grenadier #C24C34

RGB

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

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

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

R = 60.25%
G = 23.6%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C24C34 (or 0xC24C34) is known color: Grenadier. HEX triplet: C2, 4C and 34. RGB value is (194,76,52). Sum of RGB (Red+Green+Blue) = 194+76+52=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C34 is #3DB3CB. Grayscale: #6C6C6C. Windows color (decimal): -4043724 or 3427522. OLE color: 3427522.

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

Color convert

RGB 194 76 52 -
CMYK 0 0.61 0.73 0.24
HSL 10.14º 0.58% 0.48% -
HSV(B) 10.14º 0.73% 0.76% -
XYZ 25.45 16.89 5.17 -
YUV 108.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 194 76 52 0 0.61 0.73 0.24 10.14 0.58 0.48
Hex C2 4C 34 0 3D 49 18 A 3A 30
Octal 302 114 64 0 75 111 30 12 72 60
Binary 11000010 1001100 110100 0 111101 1001001 11000 1010 111010 110000

Color Harmonies of #C24C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C34

Black with #C24C34

Text Example


Text Example

White with #C24C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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