Html Css Color HEX #C74D3D Grenadier

📋 copy color: '#C74D3D'

red 199 ◦ green 77 ◦ blue 61

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

Shades of Grenadier #C74D3D

Tints of Grenadier #C74D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 59.05%
G = 22.85%
B = 18.1%

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

#C74D3D (or 0xC74D3D) is known color: Grenadier. HEX triplet: C7, 4D and 3D. RGB value is (199,77,61). Sum of RGB (Red+Green+Blue) = 199+77+61=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D3D is #38B2C2. Grayscale: #6F6F6F. Windows color (decimal): -3715779 or 4017607. OLE color: 4017607.

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

Color convert

RGB 199 77 61 -
CMYK 0 0.61 0.69 0.22
HSL 6.96º 0.55% 0.51% -
HSV(B) 6.96º 0.69% 0.78% -
XYZ 27.05 17.79 6.42 -
YUV 111.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 199 77 61 0 0.61 0.69 0.22 6.96 0.55 0.51
Hex C7 4D 3D 0 3D 45 16 7 37 33
Octal 307 115 75 0 75 105 26 7 67 63
Binary 11000111 1001101 111101 0 111101 1000101 10110 111 110111 110011

Color Harmonies of #C74D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D3D

Black with #C74D3D

Text Example


Text Example

White with #C74D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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