Html Css Color HEX #C24336 Grenadier

📋 copy color: '#C24336'

red 194 ◦ green 67 ◦ blue 54

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

Shades of Grenadier #C24336

Tints of Grenadier #C24336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

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

R = 61.59%
G = 21.27%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24336 (or 0xC24336) is known color: Grenadier. HEX triplet: C2, 43 and 36. RGB value is (194,67,54). Sum of RGB (Red+Green+Blue) = 194+67+54=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C24336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24336 is #3DBCC9. Grayscale: #676767. Windows color (decimal): -4046026 or 3556290. OLE color: 3556290.

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

Color convert

RGB 194 67 54 -
CMYK 0 0.65 0.72 0.24
HSL 5.57º 0.56% 0.49% -
HSV(B) 5.57º 0.72% 0.76% -
XYZ 24.92 15.75 5.22 -
YUV 103.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 194 67 54 0 0.65 0.72 0.24 5.57 0.56 0.49
Hex C2 43 36 0 41 48 18 6 38 31
Octal 302 103 66 0 101 110 30 6 70 61
Binary 11000010 1000011 110110 0 1000001 1001000 11000 110 111000 110001

Color Harmonies of #C24336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24336

Black with #C24336

Text Example


Text Example

White with #C24336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24336; }

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

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

background-color css

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

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

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

border-color css

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

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

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