Html Css Color HEX #C74734 Grenadier

📋 copy color: '#C74734'

red 199 ◦ green 71 ◦ blue 52

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

Shades of Grenadier #C74734

Tints of Grenadier #C74734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 61.8%
G = 22.05%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C74734 (or 0xC74734) is known color: Grenadier. HEX triplet: C7, 47 and 34. RGB value is (199,71,52). Sum of RGB (Red+Green+Blue) = 199+71+52=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C74734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74734 is #38B8CB. Grayscale: #6B6B6B. Windows color (decimal): -3717324 or 3426247. OLE color: 3426247.

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

Color convert

RGB 199 71 52 -
CMYK 0 0.64 0.74 0.22
HSL 7.76º 0.59% 0.49% -
HSV(B) 7.76º 0.74% 0.78% -
XYZ 26.43 16.9 5.12 -
YUV 107.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 199 71 52 0 0.64 0.74 0.22 7.76 0.59 0.49
Hex C7 47 34 0 40 4A 16 8 3B 31
Octal 307 107 64 0 100 112 26 10 73 61
Binary 11000111 1000111 110100 0 1000000 1001010 10110 1000 111011 110001

Color Harmonies of #C74734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74734

Black with #C74734

Text Example


Text Example

White with #C74734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74734; }

 p { color: rgb(199,71,52); }

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

background-color css

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

 a { background-color: rgb(199,71,52); }

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

border-color css

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

 span { border-color: rgb(199,71,52); }

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