Html Css Color HEX #C74031 Grenadier

📋 copy color: '#C74031'

red 199 ◦ green 64 ◦ blue 49

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

Shades of Grenadier #C74031

Tints of Grenadier #C74031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 63.78%
G = 20.51%
B = 15.71%

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

#C74031 (or 0xC74031) is known color: Grenadier. HEX triplet: C7, 40 and 31. RGB value is (199,64,49). Sum of RGB (Red+Green+Blue) = 199+64+49=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C74031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74031 is #38BFCE. Grayscale: #666666. Windows color (decimal): -3719119 or 3227847. OLE color: 3227847.

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

Color convert

RGB 199 64 49 -
CMYK 0 0.68 0.75 0.22
HSL 0.6% 0.49% -
HSV(B) 0.75% 0.78% -
XYZ 25.94 16.03 4.63 -
YUV 102.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 199 64 49 0 0.68 0.75 0.22 6 0.6 0.49
Hex C7 40 31 0 44 4B 16 6 3C 31
Octal 307 100 61 0 104 113 26 6 74 61
Binary 11000111 1000000 110001 0 1000100 1001011 10110 110 111100 110001

Color Harmonies of #C74031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74031

Black with #C74031

Text Example


Text Example

White with #C74031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74031; }

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

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

background-color css

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

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

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

border-color css

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

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

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