Html Css Color HEX #C24838 Grenadier

📋 copy color: '#C24838'

red 194 ◦ green 72 ◦ blue 56

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

Shades of Grenadier #C24838

Tints of Grenadier #C24838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 60.25%
G = 22.36%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C24838 (or 0xC24838) is known color: Grenadier. HEX triplet: C2, 48 and 38. RGB value is (194,72,56). Sum of RGB (Red+Green+Blue) = 194+72+56=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C24838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24838 is #3DB7C7. Grayscale: #6A6A6A. Windows color (decimal): -4044744 or 3688642. OLE color: 3688642.

HSL color Cylindrical-coordinate representation of color #C24838: hue angle of 6.96º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24838 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 56 -
CMYK 0 0.63 0.71 0.24
HSL 6.96º 0.55% 0.49% -
HSV(B) 6.96º 0.71% 0.76% -
XYZ 25.28 16.39 5.57 -
YUV 106.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 194 72 56 0 0.63 0.71 0.24 6.96 0.55 0.49
Hex C2 48 38 0 3F 47 18 7 37 31
Octal 302 110 70 0 77 107 30 7 67 61
Binary 11000010 1001000 111000 0 111111 1000111 11000 111 110111 110001

Color Harmonies of #C24838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24838

Black with #C24838

Text Example


Text Example

White with #C24838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24838; }

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

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

background-color css

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

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

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

border-color css

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

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

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