Html Css Color HEX #C24C3C Grenadier

📋 copy color: '#C24C3C'

red 194 ◦ green 76 ◦ blue 60

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

Shades of Grenadier #C24C3C

Tints of Grenadier #C24C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 58.79%
G = 23.03%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C24C3C (or 0xC24C3C) is known color: Grenadier. HEX triplet: C2, 4C and 3C. RGB value is (194,76,60). Sum of RGB (Red+Green+Blue) = 194+76+60=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C3C is #3DB3C3. Grayscale: #6D6D6D. Windows color (decimal): -4043716 or 3951810. OLE color: 3951810.

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

Color convert

RGB 194 76 60 -
CMYK 0 0.61 0.69 0.24
HSL 7.16º 0.53% 0.5% -
HSV(B) 7.16º 0.69% 0.76% -
XYZ 25.65 16.96 6.2 -
YUV 109.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 194 76 60 0 0.61 0.69 0.24 7.16 0.53 0.5
Hex C2 4C 3C 0 3D 45 18 7 35 32
Octal 302 114 74 0 75 105 30 7 65 62
Binary 11000010 1001100 111100 0 111101 1000101 11000 111 110101 110010

Color Harmonies of #C24C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C3C

Black with #C24C3C

Text Example


Text Example

White with #C24C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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