Html Css Color HEX #C74331 Grenadier

📋 copy color: '#C74331'

red 199 ◦ green 67 ◦ blue 49

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

Shades of Grenadier #C74331

Tints of Grenadier #C74331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

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

R = 63.17%
G = 21.27%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74331 (or 0xC74331) is known color: Grenadier. HEX triplet: C7, 43 and 31. RGB value is (199,67,49). Sum of RGB (Red+Green+Blue) = 199+67+49=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C74331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74331 is #38BCCE. Grayscale: #686868. Windows color (decimal): -3718351 or 3228615. OLE color: 3228615.

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

Color convert

RGB 199 67 49 -
CMYK 0 0.66 0.75 0.22
HSL 7.2º 0.6% 0.49% -
HSV(B) 7.2º 0.75% 0.78% -
XYZ 26.11 16.38 4.69 -
YUV 104.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 199 67 49 0 0.66 0.75 0.22 7.2 0.6 0.49
Hex C7 43 31 0 42 4B 16 7 3C 31
Octal 307 103 61 0 102 113 26 7 74 61
Binary 11000111 1000011 110001 0 1000010 1001011 10110 111 111100 110001

Color Harmonies of #C74331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74331

Black with #C74331

Text Example


Text Example

White with #C74331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74331; }

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

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

background-color css

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

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

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

border-color css

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

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

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