Html Css Color HEX #C74532 Grenadier

📋 copy color: '#C74532'

red 199 ◦ green 69 ◦ blue 50

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

Shades of Grenadier #C74532

Tints of Grenadier #C74532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 62.58%
G = 21.7%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74532 (or 0xC74532) is known color: Grenadier. HEX triplet: C7, 45 and 32. RGB value is (199,69,50). Sum of RGB (Red+Green+Blue) = 199+69+50=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C74532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74532 is #38BACD. Grayscale: #696969. Windows color (decimal): -3717838 or 3294663. OLE color: 3294663.

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

Color convert

RGB 199 69 50 -
CMYK 0 0.65 0.75 0.22
HSL 7.65º 0.6% 0.49% -
HSV(B) 7.65º 0.75% 0.78% -
XYZ 26.26 16.63 4.84 -
YUV 105.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 199 69 50 0 0.65 0.75 0.22 7.65 0.6 0.49
Hex C7 45 32 0 41 4B 16 8 3C 31
Octal 307 105 62 0 101 113 26 10 74 61
Binary 11000111 1000101 110010 0 1000001 1001011 10110 1000 111100 110001

Color Harmonies of #C74532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74532

Black with #C74532

Text Example


Text Example

White with #C74532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74532; }

 p { color: rgb(199,69,50); }

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

background-color css

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

 a { background-color: rgb(199,69,50); }

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

border-color css

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

 span { border-color: rgb(199,69,50); }

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