Html Css Color HEX #C24636 Grenadier

📋 copy color: '#C24636'

red 194 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #C24636

Tints of Grenadier #C24636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 61.01%
G = 22.01%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24636 (or 0xC24636) is known color: Grenadier. HEX triplet: C2, 46 and 36. RGB value is (194,70,54). Sum of RGB (Red+Green+Blue) = 194+70+54=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C24636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24636 is #3DB9C9. Grayscale: #696969. Windows color (decimal): -4045258 or 3557058. OLE color: 3557058.

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

Color convert

RGB 194 70 54 -
CMYK 0 0.64 0.72 0.24
HSL 6.86º 0.56% 0.49% -
HSV(B) 6.86º 0.72% 0.76% -
XYZ 25.1 16.12 5.28 -
YUV 105.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 194 70 54 0 0.64 0.72 0.24 6.86 0.56 0.49
Hex C2 46 36 0 40 48 18 7 38 31
Octal 302 106 66 0 100 110 30 7 70 61
Binary 11000010 1000110 110110 0 1000000 1001000 11000 111 111000 110001

Color Harmonies of #C24636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24636

Black with #C24636

Text Example


Text Example

White with #C24636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24636; }

 p { color: rgb(194,70,54); }

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

background-color css

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

 a { background-color: rgb(194,70,54); }

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

border-color css

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

 span { border-color: rgb(194,70,54); }

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