Html Css Color HEX #C74A3E Grenadier

📋 copy color: '#C74A3E'

red 199 ◦ green 74 ◦ blue 62

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

Shades of Grenadier #C74A3E

Tints of Grenadier #C74A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

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

R = 59.4%
G = 22.09%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C74A3E (or 0xC74A3E) is known color: Grenadier. HEX triplet: C7, 4A and 3E. RGB value is (199,74,62). Sum of RGB (Red+Green+Blue) = 199+74+62=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A3E is #38B5C1. Grayscale: #6E6E6E. Windows color (decimal): -3716546 or 4082375. OLE color: 4082375.

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

Color convert

RGB 199 74 62 -
CMYK 0 0.63 0.69 0.22
HSL 5.26º 0.55% 0.51% -
HSV(B) 5.26º 0.69% 0.78% -
XYZ 26.87 17.39 6.5 -
YUV 110.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 199 74 62 0 0.63 0.69 0.22 5.26 0.55 0.51
Hex C7 4A 3E 0 3F 45 16 5 37 33
Octal 307 112 76 0 77 105 26 5 67 63
Binary 11000111 1001010 111110 0 111111 1000101 10110 101 110111 110011

Color Harmonies of #C74A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A3E

Black with #C74A3E

Text Example


Text Example

White with #C74A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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