Html Css Color HEX #C24231 Grenadier

📋 copy color: '#C24231'

red 194 ◦ green 66 ◦ blue 49

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

Shades of Grenadier #C24231

Tints of Grenadier #C24231

RGB

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

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

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

R = 62.78%
G = 21.36%
B = 15.86%

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

#C24231 (or 0xC24231) is known color: Grenadier. HEX triplet: C2, 42 and 31. RGB value is (194,66,49). Sum of RGB (Red+Green+Blue) = 194+66+49=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C24231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24231 is #3DBDCE. Grayscale: #666666. Windows color (decimal): -4046287 or 3228354. OLE color: 3228354.

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

Color convert

RGB 194 66 49 -
CMYK 0 0.66 0.75 0.24
HSL 7.03º 0.6% 0.48% -
HSV(B) 7.03º 0.75% 0.76% -
XYZ 24.75 15.59 4.61 -
YUV 102.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 194 66 49 0 0.66 0.75 0.24 7.03 0.6 0.48
Hex C2 42 31 0 42 4B 18 7 3C 30
Octal 302 102 61 0 102 113 30 7 74 60
Binary 11000010 1000010 110001 0 1000010 1001011 11000 111 111100 110000

Color Harmonies of #C24231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24231

Black with #C24231

Text Example


Text Example

White with #C24231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24231; }

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

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

background-color css

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

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

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

border-color css

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

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

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