Html Css Color HEX #C94A37 Grenadier

📋 copy color: '#C94A37'

red 201 ◦ green 74 ◦ blue 55

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

Shades of Grenadier #C94A37

Tints of Grenadier #C94A37

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

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

R = 60.91%
G = 22.42%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C94A37 (or 0xC94A37) is known color: Grenadier. HEX triplet: C9, 4A and 37. RGB value is (201,74,55). Sum of RGB (Red+Green+Blue) = 201+74+55=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94A37 is #36B5C8. Grayscale: #6E6E6E. Windows color (decimal): -3585481 or 3623625. OLE color: 3623625.

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

Color convert

RGB 201 74 55 -
CMYK 0 0.63 0.73 0.21
HSL 7.81º 0.57% 0.5% -
HSV(B) 7.81º 0.73% 0.79% -
XYZ 27.23 17.59 5.57 -
YUV 109.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 201 74 55 0 0.63 0.73 0.21 7.81 0.57 0.5
Hex C9 4A 37 0 3F 49 15 8 39 32
Octal 311 112 67 0 77 111 25 10 71 62
Binary 11001001 1001010 110111 0 111111 1001001 10101 1000 111001 110010

Color Harmonies of #C94A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A37

Black with #C94A37

Text Example


Text Example

White with #C94A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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