Html Css Color HEX #C94736 Grenadier

📋 copy color: '#C94736'

red 201 ◦ green 71 ◦ blue 54

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

Shades of Grenadier #C94736

Tints of Grenadier #C94736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 61.66%
G = 21.78%
B = 16.56%

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

#C94736 (or 0xC94736) is known color: Grenadier. HEX triplet: C9, 47 and 36. RGB value is (201,71,54). Sum of RGB (Red+Green+Blue) = 201+71+54=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C94736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94736 is #36B8C9. Grayscale: #6C6C6C. Windows color (decimal): -3586250 or 3557321. OLE color: 3557321.

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

Color convert

RGB 201 71 54 -
CMYK 0 0.65 0.73 0.21
HSL 6.94º 0.58% 0.5% -
HSV(B) 6.94º 0.73% 0.79% -
XYZ 27.01 17.19 5.38 -
YUV 107.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 201 71 54 0 0.65 0.73 0.21 6.94 0.58 0.5
Hex C9 47 36 0 41 49 15 7 3A 32
Octal 311 107 66 0 101 111 25 7 72 62
Binary 11001001 1000111 110110 0 1000001 1001001 10101 111 111010 110010

Color Harmonies of #C94736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94736

Black with #C94736

Text Example


Text Example

White with #C94736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94736; }

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

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

background-color css

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

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

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

border-color css

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

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

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