Html Css Color HEX #C74231 Grenadier

📋 copy color: '#C74231'

red 199 ◦ green 66 ◦ blue 49

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

Shades of Grenadier #C74231

Tints of Grenadier #C74231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 63.38%
G = 21.02%
B = 15.61%

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

#C74231 (or 0xC74231) is known color: Grenadier. HEX triplet: C7, 42 and 31. RGB value is (199,66,49). Sum of RGB (Red+Green+Blue) = 199+66+49=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C74231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74231 is #38BDCE. Grayscale: #686868. Windows color (decimal): -3718607 or 3228359. OLE color: 3228359.

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

Color convert

RGB 199 66 49 -
CMYK 0 0.67 0.75 0.22
HSL 6.8º 0.6% 0.49% -
HSV(B) 6.8º 0.75% 0.78% -
XYZ 26.06 16.26 4.67 -
YUV 103.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 199 66 49 0 0.67 0.75 0.22 6.8 0.6 0.49
Hex C7 42 31 0 43 4B 16 7 3C 31
Octal 307 102 61 0 103 113 26 7 74 61
Binary 11000111 1000010 110001 0 1000011 1001011 10110 111 111100 110001

Color Harmonies of #C74231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74231

Black with #C74231

Text Example


Text Example

White with #C74231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74231; }

 p { color: rgb(199,66,49); }

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

background-color css

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

 a { background-color: rgb(199,66,49); }

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

border-color css

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

 span { border-color: rgb(199,66,49); }

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