Html Css Color HEX #C55038 Grenadier

📋 copy color: '#C55038'

red 197 ◦ green 80 ◦ blue 56

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

Shades of Grenadier #C55038

Tints of Grenadier #C55038

RGB

 RED value IS 197 (77.34% from 255) = 59.16%

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

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

R = 59.16%
G = 24.02%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C55038 (or 0xC55038) is known color: Grenadier. HEX triplet: C5, 50 and 38. RGB value is (197,80,56). Sum of RGB (Red+Green+Blue) = 197+80+56=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55038 is #3AAFC7. Grayscale: #707070. Windows color (decimal): -3846088 or 3690693. OLE color: 3690693.

HSL color Cylindrical-coordinate representation of color #C55038: hue angle of 10.21º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C55038 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 56 -
CMYK 0 0.59 0.72 0.23
HSL 10.21º 0.56% 0.5% -
HSV(B) 10.21º 0.72% 0.77% -
XYZ 26.61 17.89 5.79 -
YUV 112.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 197 80 56 0 0.59 0.72 0.23 10.21 0.56 0.5
Hex C5 50 38 0 3B 48 17 A 38 32
Octal 305 120 70 0 73 110 27 12 70 62
Binary 11000101 1010000 111000 0 111011 1001000 10111 1010 111000 110010

Color Harmonies of #C55038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55038

Black with #C55038

Text Example


Text Example

White with #C55038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55038; }

 p { color: rgb(197,80,56); }

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

background-color css

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

 a { background-color: rgb(197,80,56); }

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

border-color css

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

 span { border-color: rgb(197,80,56); }

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