Html Css Color HEX #C74F3F Grenadier

📋 copy color: '#C74F3F'

red 199 ◦ green 79 ◦ blue 63

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

Shades of Grenadier #C74F3F

Tints of Grenadier #C74F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.48%

R = 58.36%
G = 23.17%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C74F3F (or 0xC74F3F) is known color: Grenadier. HEX triplet: C7, 4F and 3F. RGB value is (199,79,63). Sum of RGB (Red+Green+Blue) = 199+79+63=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F3F is #38B0C0. Grayscale: #717171. Windows color (decimal): -3715265 or 4149191. OLE color: 4149191.

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

Color convert

RGB 199 79 63 -
CMYK 0 0.60 0.68 0.22
HSL 7.06º 0.55% 0.51% -
HSV(B) 7.06º 0.68% 0.78% -
XYZ 27.25 18.09 6.76 -
YUV 113.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 199 79 63 0 0.60 0.68 0.22 7.06 0.55 0.51
Hex C7 4F 3F 0 3C 44 16 7 37 33
Octal 307 117 77 0 74 104 26 7 67 63
Binary 11000111 1001111 111111 0 111100 1000100 10110 111 110111 110011

Color Harmonies of #C74F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F3F

Black with #C74F3F

Text Example


Text Example

White with #C74F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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