Html Css Color HEX #C74938 Grenadier

📋 copy color: '#C74938'

red 199 ◦ green 73 ◦ blue 56

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

Shades of Grenadier #C74938

Tints of Grenadier #C74938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 60.67%
G = 22.26%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C74938 (or 0xC74938) is known color: Grenadier. HEX triplet: C7, 49 and 38. RGB value is (199,73,56). Sum of RGB (Red+Green+Blue) = 199+73+56=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C74938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74938 is #38B6C7. Grayscale: #6C6C6C. Windows color (decimal): -3716808 or 3688903. OLE color: 3688903.

HSL color Cylindrical-coordinate representation of color #C74938: hue angle of 7.13º 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 #C74938 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 56 -
CMYK 0 0.63 0.72 0.22
HSL 7.13º 0.56% 0.5% -
HSV(B) 7.13º 0.72% 0.78% -
XYZ 26.65 17.19 5.66 -
YUV 108.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 199 73 56 0 0.63 0.72 0.22 7.13 0.56 0.5
Hex C7 49 38 0 3F 48 16 7 38 32
Octal 307 111 70 0 77 110 26 7 70 62
Binary 11000111 1001001 111000 0 111111 1001000 10110 111 111000 110010

Color Harmonies of #C74938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74938

Black with #C74938

Text Example


Text Example

White with #C74938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74938; }

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

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

background-color css

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

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

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

border-color css

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

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

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