Html Css Color HEX #C25237 Grenadier

📋 copy color: '#C25237'

red 194 ◦ green 82 ◦ blue 55

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

Shades of Grenadier #C25237

Tints of Grenadier #C25237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.62%

R = 58.61%
G = 24.77%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C25237 (or 0xC25237) is known color: Grenadier. HEX triplet: C2, 52 and 37. RGB value is (194,82,55). Sum of RGB (Red+Green+Blue) = 194+82+55=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C25237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25237 is #3DADC8. Grayscale: #707070. Windows color (decimal): -4042185 or 3625666. OLE color: 3625666.

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

Color convert

RGB 194 82 55 -
CMYK 0 0.58 0.72 0.24
HSL 11.65º 0.56% 0.49% -
HSV(B) 11.65º 0.72% 0.76% -
XYZ 25.96 17.78 5.68 -
YUV 112.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 194 82 55 0 0.58 0.72 0.24 11.65 0.56 0.49
Hex C2 52 37 0 3A 48 18 C 38 31
Octal 302 122 67 0 72 110 30 14 70 61
Binary 11000010 1010010 110111 0 111010 1001000 11000 1100 111000 110001

Color Harmonies of #C25237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25237

Black with #C25237

Text Example


Text Example

White with #C25237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25237; }

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

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

background-color css

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

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

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

border-color css

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

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

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