Html Css Color HEX #C74132 Grenadier

📋 copy color: '#C74132'

red 199 ◦ green 65 ◦ blue 50

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

Shades of Grenadier #C74132

Tints of Grenadier #C74132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 63.38%
G = 20.7%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74132 (or 0xC74132) is known color: Grenadier. HEX triplet: C7, 41 and 32. RGB value is (199,65,50). Sum of RGB (Red+Green+Blue) = 199+65+50=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C74132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74132 is #38BECD. Grayscale: #676767. Windows color (decimal): -3718862 or 3293639. OLE color: 3293639.

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

Color convert

RGB 199 65 50 -
CMYK 0 0.67 0.75 0.22
HSL 6.04º 0.6% 0.49% -
HSV(B) 6.04º 0.75% 0.78% -
XYZ 26.02 16.15 4.76 -
YUV 103.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 199 65 50 0 0.67 0.75 0.22 6.04 0.6 0.49
Hex C7 41 32 0 43 4B 16 6 3C 31
Octal 307 101 62 0 103 113 26 6 74 61
Binary 11000111 1000001 110010 0 1000011 1001011 10110 110 111100 110001

Color Harmonies of #C74132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74132

Black with #C74132

Text Example


Text Example

White with #C74132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74132; }

 p { color: rgb(199,65,50); }

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

background-color css

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

 a { background-color: rgb(199,65,50); }

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

border-color css

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

 span { border-color: rgb(199,65,50); }

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