Html Css Color HEX #C74F3E Grenadier

📋 copy color: '#C74F3E'

red 199 ◦ green 79 ◦ blue 62

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

Shades of Grenadier #C74F3E

Tints of Grenadier #C74F3E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 58.53%
G = 23.24%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C74F3E (or 0xC74F3E) is known color: Grenadier. HEX triplet: C7, 4F and 3E. RGB value is (199,79,62). Sum of RGB (Red+Green+Blue) = 199+79+62=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F3E is #38B0C1. Grayscale: #717171. Windows color (decimal): -3715266 or 4083655. OLE color: 4083655.

HSL color Cylindrical-coordinate representation of color #C74F3E: hue angle of 7.45º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74F3E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 79 62 -
CMYK 0 0.60 0.69 0.22
HSL 7.45º 0.55% 0.51% -
HSV(B) 7.45º 0.69% 0.78% -
XYZ 27.22 18.08 6.61 -
YUV 112.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 199 79 62 0 0.60 0.69 0.22 7.45 0.55 0.51
Hex C7 4F 3E 0 3C 45 16 7 37 33
Octal 307 117 76 0 74 105 26 7 67 63
Binary 11000111 1001111 111110 0 111100 1000101 10110 111 110111 110011

Color Harmonies of #C74F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F3E

Black with #C74F3E

Text Example


Text Example

White with #C74F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F3E; }

 p { color: rgb(199,79,62); }

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

background-color css

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

 a { background-color: rgb(199,79,62); }

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

border-color css

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

 span { border-color: rgb(199,79,62); }

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