Html Css Color HEX #C24132 Grenadier

📋 copy color: '#C24132'

red 194 ◦ green 65 ◦ blue 50

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

Shades of Grenadier #C24132

Tints of Grenadier #C24132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 62.78%
G = 21.04%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C24132 (or 0xC24132) is known color: Grenadier. HEX triplet: C2, 41 and 32. RGB value is (194,65,50). Sum of RGB (Red+Green+Blue) = 194+65+50=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C24132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24132 is #3DBECD. Grayscale: #666666. Windows color (decimal): -4046542 or 3293634. OLE color: 3293634.

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

Color convert

RGB 194 65 50 -
CMYK 0 0.66 0.74 0.24
HSL 6.25º 0.59% 0.48% -
HSV(B) 6.25º 0.74% 0.76% -
XYZ 24.71 15.48 4.7 -
YUV 101.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 194 65 50 0 0.66 0.74 0.24 6.25 0.59 0.48
Hex C2 41 32 0 42 4A 18 6 3B 30
Octal 302 101 62 0 102 112 30 6 73 60
Binary 11000010 1000001 110010 0 1000010 1001010 11000 110 111011 110000

Color Harmonies of #C24132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24132

Black with #C24132

Text Example


Text Example

White with #C24132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24132; }

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

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

background-color css

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

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

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

border-color css

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

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

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