Html Css Color HEX #C25238 Grenadier

📋 copy color: '#C25238'

red 194 ◦ green 82 ◦ blue 56

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

Shades of Grenadier #C25238

Tints of Grenadier #C25238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 58.43%
G = 24.7%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C25238 (or 0xC25238) is known color: Grenadier. HEX triplet: C2, 52 and 38. RGB value is (194,82,56). Sum of RGB (Red+Green+Blue) = 194+82+56=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C25238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25238 is #3DADC7. Grayscale: #707070. Windows color (decimal): -4042184 or 3691202. OLE color: 3691202.

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

Color convert

RGB 194 82 56 -
CMYK 0 0.58 0.71 0.24
HSL 11.3º 0.55% 0.49% -
HSV(B) 11.3º 0.71% 0.76% -
XYZ 25.98 17.79 5.81 -
YUV 112.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 194 82 56 0 0.58 0.71 0.24 11.3 0.55 0.49
Hex C2 52 38 0 3A 47 18 B 37 31
Octal 302 122 70 0 72 107 30 13 67 61
Binary 11000010 1010010 111000 0 111010 1000111 11000 1011 110111 110001

Color Harmonies of #C25238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25238

Black with #C25238

Text Example


Text Example

White with #C25238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25238; }

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

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

background-color css

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

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

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

border-color css

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

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

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