Html Css Color HEX #C24232 Grenadier

📋 copy color: '#C24232'

red 194 ◦ green 66 ◦ blue 50

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

Shades of Grenadier #C24232

Tints of Grenadier #C24232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 62.58%
G = 21.29%
B = 16.13%

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

#C24232 (or 0xC24232) is known color: Grenadier. HEX triplet: C2, 42 and 32. RGB value is (194,66,50). Sum of RGB (Red+Green+Blue) = 194+66+50=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C24232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24232 is #3DBDCD. Grayscale: #666666. Windows color (decimal): -4046286 or 3293890. OLE color: 3293890.

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

Color convert

RGB 194 66 50 -
CMYK 0 0.66 0.74 0.24
HSL 6.67º 0.59% 0.48% -
HSV(B) 6.67º 0.74% 0.76% -
XYZ 24.77 15.6 4.72 -
YUV 102.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 194 66 50 0 0.66 0.74 0.24 6.67 0.59 0.48
Hex C2 42 32 0 42 4A 18 7 3B 30
Octal 302 102 62 0 102 112 30 7 73 60
Binary 11000010 1000010 110010 0 1000010 1001010 11000 111 111011 110000

Color Harmonies of #C24232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24232

Black with #C24232

Text Example


Text Example

White with #C24232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24232; }

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

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

background-color css

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

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

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

border-color css

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

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

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