Html Css Color HEX #C94937 Grenadier

📋 copy color: '#C94937'

red 201 ◦ green 73 ◦ blue 55

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

Shades of Grenadier #C94937

Tints of Grenadier #C94937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 61.09%
G = 22.19%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C94937 (or 0xC94937) is known color: Grenadier. HEX triplet: C9, 49 and 37. RGB value is (201,73,55). Sum of RGB (Red+Green+Blue) = 201+73+55=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C94937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94937 is #36B6C8. Grayscale: #6D6D6D. Windows color (decimal): -3585737 or 3623369. OLE color: 3623369.

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

Color convert

RGB 201 73 55 -
CMYK 0 0.64 0.73 0.21
HSL 7.4º 0.57% 0.5% -
HSV(B) 7.4º 0.73% 0.79% -
XYZ 27.16 17.46 5.55 -
YUV 109.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 201 73 55 0 0.64 0.73 0.21 7.4 0.57 0.5
Hex C9 49 37 0 40 49 15 7 39 32
Octal 311 111 67 0 100 111 25 7 71 62
Binary 11001001 1001001 110111 0 1000000 1001001 10101 111 111001 110010

Color Harmonies of #C94937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94937

Black with #C94937

Text Example


Text Example

White with #C94937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94937; }

 p { color: rgb(201,73,55); }

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

background-color css

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

 a { background-color: rgb(201,73,55); }

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

border-color css

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

 span { border-color: rgb(201,73,55); }

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