Html Css Color HEX #C74636 Grenadier

📋 copy color: '#C74636'

red 199 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #C74636

Tints of Grenadier #C74636

RGB

 RED value IS 199 (78.13% from 255) = 61.61%

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 61.61%
G = 21.67%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C74636 (or 0xC74636) is known color: Grenadier. HEX triplet: C7, 46 and 36. RGB value is (199,70,54). Sum of RGB (Red+Green+Blue) = 199+70+54=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C74636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74636 is #38B9C9. Grayscale: #6A6A6A. Windows color (decimal): -3717578 or 3557063. OLE color: 3557063.

HSL color Cylindrical-coordinate representation of color #C74636: hue angle of 6.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C74636 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 54 -
CMYK 0 0.65 0.73 0.22
HSL 6.62º 0.57% 0.5% -
HSV(B) 6.62º 0.73% 0.78% -
XYZ 26.41 16.79 5.34 -
YUV 106.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 199 70 54 0 0.65 0.73 0.22 6.62 0.57 0.5
Hex C7 46 36 0 41 49 16 7 39 32
Octal 307 106 66 0 101 111 26 7 71 62
Binary 11000111 1000110 110110 0 1000001 1001001 10110 111 111001 110010

Color Harmonies of #C74636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74636

Black with #C74636

Text Example


Text Example

White with #C74636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74636; }

 p { color: rgb(199,70,54); }

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

background-color css

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

 a { background-color: rgb(199,70,54); }

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

border-color css

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

 span { border-color: rgb(199,70,54); }

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