Html Css Color HEX #C94E3C Grenadier

📋 copy color: '#C94E3C'

red 201 ◦ green 78 ◦ blue 60

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

Shades of Grenadier #C94E3C

Tints of Grenadier #C94E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 60 (23.83% from 255) = 17.7%

R = 59.29%
G = 23.01%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C94E3C (or 0xC94E3C) is known color: Grenadier. HEX triplet: C9, 4E and 3C. RGB value is (201,78,60). Sum of RGB (Red+Green+Blue) = 201+78+60=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94E3C is #36B1C3. Grayscale: #707070. Windows color (decimal): -3584452 or 3952329. OLE color: 3952329.

HSL color Cylindrical-coordinate representation of color #C94E3C: hue angle of 7.66º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94E3C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 60 -
CMYK 0 0.61 0.70 0.21
HSL 7.66º 0.57% 0.51% -
HSV(B) 7.66º 0.7% 0.79% -
XYZ 27.63 18.19 6.33 -
YUV 112.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 201 78 60 0 0.61 0.70 0.21 7.66 0.57 0.51
Hex C9 4E 3C 0 3D 46 15 8 39 33
Octal 311 116 74 0 75 106 25 10 71 63
Binary 11001001 1001110 111100 0 111101 1000110 10101 1000 111001 110011

Color Harmonies of #C94E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E3C

Black with #C94E3C

Text Example


Text Example

White with #C94E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E3C; }

 p { color: rgb(201,78,60); }

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

background-color css

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

 a { background-color: rgb(201,78,60); }

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

border-color css

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

 span { border-color: rgb(201,78,60); }

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