Html Css Color HEX #C74E3D Grenadier

📋 copy color: '#C74E3D'

red 199 ◦ green 78 ◦ blue 61

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

Shades of Grenadier #C74E3D

Tints of Grenadier #C74E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.08%

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 58.88%
G = 23.08%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C74E3D (or 0xC74E3D) is known color: Grenadier. HEX triplet: C7, 4E and 3D. RGB value is (199,78,61). Sum of RGB (Red+Green+Blue) = 199+78+61=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E3D is #38B1C2. Grayscale: #707070. Windows color (decimal): -3715523 or 4017863. OLE color: 4017863.

HSL color Cylindrical-coordinate representation of color #C74E3D: hue angle of 7.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74E3D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 78 61 -
CMYK 0 0.61 0.69 0.22
HSL 7.39º 0.55% 0.51% -
HSV(B) 7.39º 0.69% 0.78% -
XYZ 27.12 17.93 6.45 -
YUV 112.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 199 78 61 0 0.61 0.69 0.22 7.39 0.55 0.51
Hex C7 4E 3D 0 3D 45 16 7 37 33
Octal 307 116 75 0 75 105 26 7 67 63
Binary 11000111 1001110 111101 0 111101 1000101 10110 111 110111 110011

Color Harmonies of #C74E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E3D

Black with #C74E3D

Text Example


Text Example

White with #C74E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E3D; }

 p { color: rgb(199,78,61); }

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

background-color css

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

 a { background-color: rgb(199,78,61); }

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

border-color css

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

 span { border-color: rgb(199,78,61); }

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