Html Css Color HEX #C94D40 Grenadier

📋 copy color: '#C94D40'

red 201 ◦ green 77 ◦ blue 64

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

Shades of Grenadier #C94D40

Tints of Grenadier #C94D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 58.77%
G = 22.51%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94D40 (or 0xC94D40) is known color: Grenadier. HEX triplet: C9, 4D and 40. RGB value is (201,77,64). Sum of RGB (Red+Green+Blue) = 201+77+64=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D40 is #36B2BF. Grayscale: #707070. Windows color (decimal): -3584704 or 4214217. OLE color: 4214217.

HSL color Cylindrical-coordinate representation of color #C94D40: hue angle of 5.69º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94D40 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 64 -
CMYK 0 0.62 0.68 0.21
HSL 5.69º 0.56% 0.52% -
HSV(B) 5.69º 0.68% 0.79% -
XYZ 27.67 18.1 6.89 -
YUV 112.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 201 77 64 0 0.62 0.68 0.21 5.69 0.56 0.52
Hex C9 4D 40 0 3E 44 15 6 38 34
Octal 311 115 100 0 76 104 25 6 70 64
Binary 11001001 1001101 1000000 0 111110 1000100 10101 110 111000 110100

Color Harmonies of #C94D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D40

Black with #C94D40

Text Example


Text Example

White with #C94D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D40; }

 p { color: rgb(201,77,64); }

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

background-color css

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

 a { background-color: rgb(201,77,64); }

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

border-color css

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

 span { border-color: rgb(201,77,64); }

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