Html Css Color HEX #C74D3A Grenadier

📋 copy color: '#C74D3A'

red 199 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #C74D3A

Tints of Grenadier #C74D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 59.58%
G = 23.05%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C74D3A (or 0xC74D3A) is known color: Grenadier. HEX triplet: C7, 4D and 3A. RGB value is (199,77,58). Sum of RGB (Red+Green+Blue) = 199+77+58=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D3A is #38B2C5. Grayscale: #6F6F6F. Windows color (decimal): -3715782 or 3820999. OLE color: 3820999.

HSL color Cylindrical-coordinate representation of color #C74D3A: hue angle of 8.09º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C74D3A is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 77 58 -
CMYK 0 0.61 0.71 0.22
HSL 8.09º 0.56% 0.5% -
HSV(B) 8.09º 0.71% 0.78% -
XYZ 26.97 17.76 6.01 -
YUV 111.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 199 77 58 0 0.61 0.71 0.22 8.09 0.56 0.5
Hex C7 4D 3A 0 3D 47 16 8 38 32
Octal 307 115 72 0 75 107 26 10 70 62
Binary 11000111 1001101 111010 0 111101 1000111 10110 1000 111000 110010

Color Harmonies of #C74D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D3A

Black with #C74D3A

Text Example


Text Example

White with #C74D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D3A; }

 p { color: rgb(199,77,58); }

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

background-color css

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

 a { background-color: rgb(199,77,58); }

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

border-color css

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

 span { border-color: rgb(199,77,58); }

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