Html Css Color HEX #C25039 Grenadier

📋 copy color: '#C25039'

red 194 ◦ green 80 ◦ blue 57

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

Shades of Grenadier #C25039

Tints of Grenadier #C25039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 58.61%
G = 24.17%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C25039 (or 0xC25039) is known color: Grenadier. HEX triplet: C2, 50 and 39. RGB value is (194,80,57). Sum of RGB (Red+Green+Blue) = 194+80+57=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C25039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25039 is #3DAFC6. Grayscale: #6F6F6F. Windows color (decimal): -4042695 or 3756226. OLE color: 3756226.

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

Color convert

RGB 194 80 57 -
CMYK 0 0.59 0.71 0.24
HSL 10.07º 0.55% 0.49% -
HSV(B) 10.07º 0.71% 0.76% -
XYZ 25.86 17.5 5.89 -
YUV 111.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 194 80 57 0 0.59 0.71 0.24 10.07 0.55 0.49
Hex C2 50 39 0 3B 47 18 A 37 31
Octal 302 120 71 0 73 107 30 12 67 61
Binary 11000010 1010000 111001 0 111011 1000111 11000 1010 110111 110001

Color Harmonies of #C25039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25039

Black with #C25039

Text Example


Text Example

White with #C25039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25039; }

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

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

background-color css

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

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

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

border-color css

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

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

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