Html Css Color HEX #C25040 Grenadier

📋 copy color: '#C25040'

red 194 ◦ green 80 ◦ blue 64

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

Shades of Grenadier #C25040

Tints of Grenadier #C25040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 57.4%
G = 23.67%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25040 (or 0xC25040) is known color: Grenadier. HEX triplet: C2, 50 and 40. RGB value is (194,80,64). Sum of RGB (Red+Green+Blue) = 194+80+64=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C25040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25040 is #3DAFBF. Grayscale: #707070. Windows color (decimal): -4042688 or 4214978. OLE color: 4214978.

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

Color convert

RGB 194 80 64 -
CMYK 0 0.59 0.67 0.24
HSL 7.38º 0.52% 0.51% -
HSV(B) 7.38º 0.67% 0.76% -
XYZ 26.04 17.58 6.87 -
YUV 112.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 194 80 64 0 0.59 0.67 0.24 7.38 0.52 0.51
Hex C2 50 40 0 3B 43 18 7 34 33
Octal 302 120 100 0 73 103 30 7 64 63
Binary 11000010 1010000 1000000 0 111011 1000011 11000 111 110100 110011

Color Harmonies of #C25040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25040

Black with #C25040

Text Example


Text Example

White with #C25040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25040; }

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

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

background-color css

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

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

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

border-color css

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

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

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