Html Css Color HEX #C74935 Grenadier

📋 copy color: '#C74935'

red 199 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #C74935

Tints of Grenadier #C74935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 61.23%
G = 22.46%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C74935 (or 0xC74935) is known color: Grenadier. HEX triplet: C7, 49 and 35. RGB value is (199,73,53). Sum of RGB (Red+Green+Blue) = 199+73+53=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C74935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74935 is #38B6CA. Grayscale: #6C6C6C. Windows color (decimal): -3716811 or 3492295. OLE color: 3492295.

HSL color Cylindrical-coordinate representation of color #C74935: hue angle of 8.22º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C74935 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 53 -
CMYK 0 0.63 0.73 0.22
HSL 8.22º 0.58% 0.49% -
HSV(B) 8.22º 0.73% 0.78% -
XYZ 26.58 17.16 5.28 -
YUV 108.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 199 73 53 0 0.63 0.73 0.22 8.22 0.58 0.49
Hex C7 49 35 0 3F 49 16 8 3A 31
Octal 307 111 65 0 77 111 26 10 72 61
Binary 11000111 1001001 110101 0 111111 1001001 10110 1000 111010 110001

Color Harmonies of #C74935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74935

Black with #C74935

Text Example


Text Example

White with #C74935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74935; }

 p { color: rgb(199,73,53); }

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

background-color css

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

 a { background-color: rgb(199,73,53); }

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

border-color css

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

 span { border-color: rgb(199,73,53); }

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