Html Css Color HEX #C74635 Grenadier

📋 copy color: '#C74635'

red 199 ◦ green 70 ◦ blue 53

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

Shades of Grenadier #C74635

Tints of Grenadier #C74635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

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

R = 61.8%
G = 21.74%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C74635 (or 0xC74635) is known color: Grenadier. HEX triplet: C7, 46 and 35. RGB value is (199,70,53). Sum of RGB (Red+Green+Blue) = 199+70+53=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C74635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74635 is #38B9CA. Grayscale: #6A6A6A. Windows color (decimal): -3717579 or 3491527. OLE color: 3491527.

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

Color convert

RGB 199 70 53 -
CMYK 0 0.65 0.73 0.22
HSL 6.99º 0.58% 0.49% -
HSV(B) 6.99º 0.73% 0.78% -
XYZ 26.39 16.78 5.22 -
YUV 106.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 199 70 53 0 0.65 0.73 0.22 6.99 0.58 0.49
Hex C7 46 35 0 41 49 16 7 3A 31
Octal 307 106 65 0 101 111 26 7 72 61
Binary 11000111 1000110 110101 0 1000001 1001001 10110 111 111010 110001

Color Harmonies of #C74635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74635

Black with #C74635

Text Example


Text Example

White with #C74635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74635; }

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

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

background-color css

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

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

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

border-color css

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

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

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