Html Css Color HEX #C24432 Grenadier

📋 copy color: '#C24432'

red 194 ◦ green 68 ◦ blue 50

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

Shades of Grenadier #C24432

Tints of Grenadier #C24432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 62.18%
G = 21.79%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C24432 (or 0xC24432) is known color: Grenadier. HEX triplet: C2, 44 and 32. RGB value is (194,68,50). Sum of RGB (Red+Green+Blue) = 194+68+50=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C24432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24432 is #3DBBCD. Grayscale: #676767. Windows color (decimal): -4045774 or 3294402. OLE color: 3294402.

HSL color Cylindrical-coordinate representation of color #C24432: hue angle of 7.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C24432 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 50 -
CMYK 0 0.65 0.74 0.24
HSL 7.5º 0.59% 0.48% -
HSV(B) 7.5º 0.74% 0.76% -
XYZ 24.89 15.83 4.76 -
YUV 103.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 194 68 50 0 0.65 0.74 0.24 7.5 0.59 0.48
Hex C2 44 32 0 41 4A 18 8 3B 30
Octal 302 104 62 0 101 112 30 10 73 60
Binary 11000010 1000100 110010 0 1000001 1001010 11000 1000 111011 110000

Color Harmonies of #C24432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24432

Black with #C24432

Text Example


Text Example

White with #C24432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24432; }

 p { color: rgb(194,68,50); }

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

background-color css

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

 a { background-color: rgb(194,68,50); }

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

border-color css

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

 span { border-color: rgb(194,68,50); }

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