Html Css Color HEX #C74032 Grenadier

📋 copy color: '#C74032'

red 199 ◦ green 64 ◦ blue 50

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

Shades of Grenadier #C74032

Tints of Grenadier #C74032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 63.58%
G = 20.45%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74032 (or 0xC74032) is known color: Grenadier. HEX triplet: C7, 40 and 32. RGB value is (199,64,50). Sum of RGB (Red+Green+Blue) = 199+64+50=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C74032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74032 is #38BFCD. Grayscale: #666666. Windows color (decimal): -3719118 or 3293383. OLE color: 3293383.

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

Color convert

RGB 199 64 50 -
CMYK 0 0.68 0.75 0.22
HSL 5.64º 0.6% 0.49% -
HSV(B) 5.64º 0.75% 0.78% -
XYZ 25.96 16.04 4.75 -
YUV 102.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 199 64 50 0 0.68 0.75 0.22 5.64 0.6 0.49
Hex C7 40 32 0 44 4B 16 6 3C 31
Octal 307 100 62 0 104 113 26 6 74 61
Binary 11000111 1000000 110010 0 1000100 1001011 10110 110 111100 110001

Color Harmonies of #C74032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74032

Black with #C74032

Text Example


Text Example

White with #C74032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74032; }

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

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

background-color css

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

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

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

border-color css

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

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

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