Html Css Color HEX #C94737 Grenadier

📋 copy color: '#C94737'

red 201 ◦ green 71 ◦ blue 55

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

Shades of Grenadier #C94737

Tints of Grenadier #C94737

RGB

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

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

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

R = 61.47%
G = 21.71%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C94737 (or 0xC94737) is known color: Grenadier. HEX triplet: C9, 47 and 37. RGB value is (201,71,55). Sum of RGB (Red+Green+Blue) = 201+71+55=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C94737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94737 is #36B8C8. Grayscale: #6C6C6C. Windows color (decimal): -3586249 or 3622857. OLE color: 3622857.

HSL color Cylindrical-coordinate representation of color #C94737: hue angle of 6.58º 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 #C94737 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 55 -
CMYK 0 0.65 0.73 0.21
HSL 6.58º 0.57% 0.5% -
HSV(B) 6.58º 0.73% 0.79% -
XYZ 27.03 17.2 5.51 -
YUV 108.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 201 71 55 0 0.65 0.73 0.21 6.58 0.57 0.5
Hex C9 47 37 0 41 49 15 7 39 32
Octal 311 107 67 0 101 111 25 7 71 62
Binary 11001001 1000111 110111 0 1000001 1001001 10101 111 111001 110010

Color Harmonies of #C94737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94737

Black with #C94737

Text Example


Text Example

White with #C94737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94737; }

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

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

background-color css

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

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

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

border-color css

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

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

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