Html Css Color HEX #C94739 Grenadier

📋 copy color: '#C94739'

red 201 ◦ green 71 ◦ blue 57

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

Shades of Grenadier #C94739

Tints of Grenadier #C94739

RGB

 RED value IS 201 (78.91% from 255) = 61.09%

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 61.09%
G = 21.58%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94739 (or 0xC94739) is known color: Grenadier. HEX triplet: C9, 47 and 39. RGB value is (201,71,57). Sum of RGB (Red+Green+Blue) = 201+71+57=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C94739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94739 is #36B8C6. Grayscale: #6C6C6C. Windows color (decimal): -3586247 or 3753929. OLE color: 3753929.

HSL color Cylindrical-coordinate representation of color #C94739: hue angle of 5.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94739 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 57 -
CMYK 0 0.65 0.72 0.21
HSL 5.83º 0.57% 0.51% -
HSV(B) 5.83º 0.72% 0.79% -
XYZ 27.08 17.22 5.77 -
YUV 108.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 201 71 57 0 0.65 0.72 0.21 5.83 0.57 0.51
Hex C9 47 39 0 41 48 15 6 39 33
Octal 311 107 71 0 101 110 25 6 71 63
Binary 11001001 1000111 111001 0 1000001 1001000 10101 110 111001 110011

Color Harmonies of #C94739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94739

Black with #C94739

Text Example


Text Example

White with #C94739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94739; }

 p { color: rgb(201,71,57); }

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

background-color css

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

 a { background-color: rgb(201,71,57); }

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

border-color css

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

 span { border-color: rgb(201,71,57); }

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