Html Css Color HEX #C24531 Grenadier

📋 copy color: '#C24531'

red 194 ◦ green 69 ◦ blue 49

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

Shades of Grenadier #C24531

Tints of Grenadier #C24531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 62.18%
G = 22.12%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C24531 (or 0xC24531) is known color: Grenadier. HEX triplet: C2, 45 and 31. RGB value is (194,69,49). Sum of RGB (Red+Green+Blue) = 194+69+49=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C24531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24531 is #3DBACE. Grayscale: #686868. Windows color (decimal): -4045519 or 3229122. OLE color: 3229122.

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

Color convert

RGB 194 69 49 -
CMYK 0 0.64 0.75 0.24
HSL 8.28º 0.6% 0.48% -
HSV(B) 8.28º 0.75% 0.76% -
XYZ 24.93 15.95 4.67 -
YUV 104.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 194 69 49 0 0.64 0.75 0.24 8.28 0.6 0.48
Hex C2 45 31 0 40 4B 18 8 3C 30
Octal 302 105 61 0 100 113 30 10 74 60
Binary 11000010 1000101 110001 0 1000000 1001011 11000 1000 111100 110000

Color Harmonies of #C24531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24531

Black with #C24531

Text Example


Text Example

White with #C24531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24531; }

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

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

background-color css

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

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

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

border-color css

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

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

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