Html Css Color HEX #C24131 Grenadier

📋 copy color: '#C24131'

red 194 ◦ green 65 ◦ blue 49

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

Shades of Grenadier #C24131

Tints of Grenadier #C24131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 62.99%
G = 21.1%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C24131 (or 0xC24131) is known color: Grenadier. HEX triplet: C2, 41 and 31. RGB value is (194,65,49). Sum of RGB (Red+Green+Blue) = 194+65+49=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C24131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24131 is #3DBECE. Grayscale: #656565. Windows color (decimal): -4046543 or 3228098. OLE color: 3228098.

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

Color convert

RGB 194 65 49 -
CMYK 0 0.66 0.75 0.24
HSL 6.62º 0.6% 0.48% -
HSV(B) 6.62º 0.75% 0.76% -
XYZ 24.69 15.47 4.59 -
YUV 101.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 194 65 49 0 0.66 0.75 0.24 6.62 0.6 0.48
Hex C2 41 31 0 42 4B 18 7 3C 30
Octal 302 101 61 0 102 113 30 7 74 60
Binary 11000010 1000001 110001 0 1000010 1001011 11000 111 111100 110000

Color Harmonies of #C24131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24131

Black with #C24131

Text Example


Text Example

White with #C24131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24131; }

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

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

background-color css

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

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

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

border-color css

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

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

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