Html Css Color HEX #C24536 Grenadier

📋 copy color: '#C24536'

red 194 ◦ green 69 ◦ blue 54

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

Shades of Grenadier #C24536

Tints of Grenadier #C24536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 61.2%
G = 21.77%
B = 17.03%

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

#C24536 (or 0xC24536) is known color: Grenadier. HEX triplet: C2, 45 and 36. RGB value is (194,69,54). Sum of RGB (Red+Green+Blue) = 194+69+54=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24536 is #3DBAC9. Grayscale: #686868. Windows color (decimal): -4045514 or 3556802. OLE color: 3556802.

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

Color convert

RGB 194 69 54 -
CMYK 0 0.64 0.72 0.24
HSL 6.43º 0.56% 0.49% -
HSV(B) 6.43º 0.72% 0.76% -
XYZ 25.04 15.99 5.26 -
YUV 104.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 194 69 54 0 0.64 0.72 0.24 6.43 0.56 0.49
Hex C2 45 36 0 40 48 18 6 38 31
Octal 302 105 66 0 100 110 30 6 70 61
Binary 11000010 1000101 110110 0 1000000 1001000 11000 110 111000 110001

Color Harmonies of #C24536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24536

Black with #C24536

Text Example


Text Example

White with #C24536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24536; }

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

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

background-color css

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

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

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

border-color css

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

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

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