Html Css Color HEX #C24A37 Grenadier

📋 copy color: '#C24A37'

red 194 ◦ green 74 ◦ blue 55

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

Shades of Grenadier #C24A37

Tints of Grenadier #C24A37

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 60.06%
G = 22.91%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24A37 (or 0xC24A37) is known color: Grenadier. HEX triplet: C2, 4A and 37. RGB value is (194,74,55). Sum of RGB (Red+Green+Blue) = 194+74+55=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A37 is #3DB5C8. Grayscale: #6B6B6B. Windows color (decimal): -4044233 or 3623618. OLE color: 3623618.

HSL color Cylindrical-coordinate representation of color #C24A37: hue angle of 8.2º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C24A37 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 55 -
CMYK 0 0.62 0.72 0.24
HSL 8.2º 0.56% 0.49% -
HSV(B) 8.2º 0.72% 0.76% -
XYZ 25.39 16.64 5.49 -
YUV 107.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 194 74 55 0 0.62 0.72 0.24 8.2 0.56 0.49
Hex C2 4A 37 0 3E 48 18 8 38 31
Octal 302 112 67 0 76 110 30 10 70 61
Binary 11000010 1001010 110111 0 111110 1001000 11000 1000 111000 110001

Color Harmonies of #C24A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A37

Black with #C24A37

Text Example


Text Example

White with #C24A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A37; }

 p { color: rgb(194,74,55); }

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

background-color css

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

 a { background-color: rgb(194,74,55); }

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

border-color css

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

 span { border-color: rgb(194,74,55); }

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