Html Css Color HEX #C74133 Grenadier

📋 copy color: '#C74133'

red 199 ◦ green 65 ◦ blue 51

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

Shades of Grenadier #C74133

Tints of Grenadier #C74133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 63.17%
G = 20.63%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C74133 (or 0xC74133) is known color: Grenadier. HEX triplet: C7, 41 and 33. RGB value is (199,65,51). Sum of RGB (Red+Green+Blue) = 199+65+51=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C74133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74133 is #38BECC. Grayscale: #676767. Windows color (decimal): -3718861 or 3359175. OLE color: 3359175.

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

Color convert

RGB 199 65 51 -
CMYK 0 0.67 0.74 0.22
HSL 5.68º 0.59% 0.49% -
HSV(B) 5.68º 0.74% 0.78% -
XYZ 26.04 16.16 4.88 -
YUV 103.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 199 65 51 0 0.67 0.74 0.22 5.68 0.59 0.49
Hex C7 41 33 0 43 4A 16 6 3B 31
Octal 307 101 63 0 103 112 26 6 73 61
Binary 11000111 1000001 110011 0 1000011 1001010 10110 110 111011 110001

Color Harmonies of #C74133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74133

Black with #C74133

Text Example


Text Example

White with #C74133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74133; }

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

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

background-color css

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

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

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

border-color css

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

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

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