Html Css Color HEX #C25140 Grenadier

📋 copy color: '#C25140'

red 194 ◦ green 81 ◦ blue 64

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

Shades of Grenadier #C25140

Tints of Grenadier #C25140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.89%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 57.23%
G = 23.89%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25140 (or 0xC25140) is known color: Grenadier. HEX triplet: C2, 51 and 40. RGB value is (194,81,64). Sum of RGB (Red+Green+Blue) = 194+81+64=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C25140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25140 is #3DAEBF. Grayscale: #717171. Windows color (decimal): -4042432 or 4215234. OLE color: 4215234.

HSL color Cylindrical-coordinate representation of color #C25140: hue angle of 7.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C25140 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 64 -
CMYK 0 0.58 0.67 0.24
HSL 7.85º 0.52% 0.51% -
HSV(B) 7.85º 0.67% 0.76% -
XYZ 26.12 17.72 6.9 -
YUV 112.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 194 81 64 0 0.58 0.67 0.24 7.85 0.52 0.51
Hex C2 51 40 0 3A 43 18 8 34 33
Octal 302 121 100 0 72 103 30 10 64 63
Binary 11000010 1010001 1000000 0 111010 1000011 11000 1000 110100 110011

Color Harmonies of #C25140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25140

Black with #C25140

Text Example


Text Example

White with #C25140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25140; }

 p { color: rgb(194,81,64); }

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

background-color css

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

 a { background-color: rgb(194,81,64); }

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

border-color css

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

 span { border-color: rgb(194,81,64); }

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