Html Css Color HEX #C94C39 Grenadier

📋 copy color: '#C94C39'

red 201 ◦ green 76 ◦ blue 57

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

Shades of Grenadier #C94C39

Tints of Grenadier #C94C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 60.18%
G = 22.75%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94C39 (or 0xC94C39) is known color: Grenadier. HEX triplet: C9, 4C and 39. RGB value is (201,76,57). Sum of RGB (Red+Green+Blue) = 201+76+57=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C39 is #36B3C6. Grayscale: #6F6F6F. Windows color (decimal): -3584967 or 3755209. OLE color: 3755209.

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

Color convert

RGB 201 76 57 -
CMYK 0 0.62 0.72 0.21
HSL 7.92º 0.57% 0.51% -
HSV(B) 7.92º 0.72% 0.79% -
XYZ 27.41 17.88 5.88 -
YUV 111.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 201 76 57 0 0.62 0.72 0.21 7.92 0.57 0.51
Hex C9 4C 39 0 3E 48 15 8 39 33
Octal 311 114 71 0 76 110 25 10 71 63
Binary 11001001 1001100 111001 0 111110 1001000 10101 1000 111001 110011

Color Harmonies of #C94C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C39

Black with #C94C39

Text Example


Text Example

White with #C94C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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