Html Css Color HEX #C24238 Grenadier

📋 copy color: '#C24238'

red 194 ◦ green 66 ◦ blue 56

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

Shades of Grenadier #C24238

Tints of Grenadier #C24238

RGB

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

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

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

R = 61.39%
G = 20.89%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C24238 (or 0xC24238) is known color: Grenadier. HEX triplet: C2, 42 and 38. RGB value is (194,66,56). Sum of RGB (Red+Green+Blue) = 194+66+56=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C24238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24238 is #3DBDC7. Grayscale: #676767. Windows color (decimal): -4046280 or 3687106. OLE color: 3687106.

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

Color convert

RGB 194 66 56 -
CMYK 0 0.66 0.71 0.24
HSL 4.35º 0.55% 0.49% -
HSV(B) 4.35º 0.71% 0.76% -
XYZ 24.91 15.65 5.45 -
YUV 103.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 194 66 56 0 0.66 0.71 0.24 4.35 0.55 0.49
Hex C2 42 38 0 42 47 18 4 37 31
Octal 302 102 70 0 102 107 30 4 67 61
Binary 11000010 1000010 111000 0 1000010 1000111 11000 100 110111 110001

Color Harmonies of #C24238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24238

Black with #C24238

Text Example


Text Example

White with #C24238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24238; }

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

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

background-color css

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

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

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

border-color css

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

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

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