Html Css Color HEX #C74738 Grenadier

📋 copy color: '#C74738'

red 199 ◦ green 71 ◦ blue 56

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

Shades of Grenadier #C74738

Tints of Grenadier #C74738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 61.04%
G = 21.78%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C74738 (or 0xC74738) is known color: Grenadier. HEX triplet: C7, 47 and 38. RGB value is (199,71,56). Sum of RGB (Red+Green+Blue) = 199+71+56=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C74738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74738 is #38B8C7. Grayscale: #6B6B6B. Windows color (decimal): -3717320 or 3688391. OLE color: 3688391.

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

Color convert

RGB 199 71 56 -
CMYK 0 0.64 0.72 0.22
HSL 6.29º 0.56% 0.5% -
HSV(B) 6.29º 0.72% 0.78% -
XYZ 26.52 16.93 5.61 -
YUV 107.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 199 71 56 0 0.64 0.72 0.22 6.29 0.56 0.5
Hex C7 47 38 0 40 48 16 6 38 32
Octal 307 107 70 0 100 110 26 6 70 62
Binary 11000111 1000111 111000 0 1000000 1001000 10110 110 111000 110010

Color Harmonies of #C74738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74738

Black with #C74738

Text Example


Text Example

White with #C74738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74738; }

 p { color: rgb(199,71,56); }

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

background-color css

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

 a { background-color: rgb(199,71,56); }

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

border-color css

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

 span { border-color: rgb(199,71,56); }

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