Html Css Color HEX #C24831 Grenadier

📋 copy color: '#C24831'

red 194 ◦ green 72 ◦ blue 49

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

Shades of Grenadier #C24831

Tints of Grenadier #C24831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

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

R = 61.59%
G = 22.86%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C24831 (or 0xC24831) is known color: Grenadier. HEX triplet: C2, 48 and 31. RGB value is (194,72,49). Sum of RGB (Red+Green+Blue) = 194+72+49=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C24831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24831 is #3DB7CE. Grayscale: #6A6A6A. Windows color (decimal): -4044751 or 3229890. OLE color: 3229890.

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

Color convert

RGB 194 72 49 -
CMYK 0 0.63 0.75 0.24
HSL 9.52º 0.6% 0.48% -
HSV(B) 9.52º 0.75% 0.76% -
XYZ 25.12 16.33 4.73 -
YUV 105.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 194 72 49 0 0.63 0.75 0.24 9.52 0.6 0.48
Hex C2 48 31 0 3F 4B 18 A 3C 30
Octal 302 110 61 0 77 113 30 12 74 60
Binary 11000010 1001000 110001 0 111111 1001011 11000 1010 111100 110000

Color Harmonies of #C24831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24831

Black with #C24831

Text Example


Text Example

White with #C24831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24831; }

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

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

background-color css

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

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

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

border-color css

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

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

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