Html Css Color HEX #C94636 Grenadier

📋 copy color: '#C94636'

red 201 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #C94636

Tints of Grenadier #C94636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 61.85%
G = 21.54%
B = 16.62%

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

#C94636 (or 0xC94636) is known color: Grenadier. HEX triplet: C9, 46 and 36. RGB value is (201,70,54). Sum of RGB (Red+Green+Blue) = 201+70+54=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C94636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94636 is #36B9C9. Grayscale: #6B6B6B. Windows color (decimal): -3586506 or 3557065. OLE color: 3557065.

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

Color convert

RGB 201 70 54 -
CMYK 0 0.65 0.73 0.21
HSL 6.53º 0.58% 0.5% -
HSV(B) 6.53º 0.73% 0.79% -
XYZ 26.94 17.06 5.36 -
YUV 107.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 201 70 54 0 0.65 0.73 0.21 6.53 0.58 0.5
Hex C9 46 36 0 41 49 15 7 3A 32
Octal 311 106 66 0 101 111 25 7 72 62
Binary 11001001 1000110 110110 0 1000001 1001001 10101 111 111010 110010

Color Harmonies of #C94636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94636

Black with #C94636

Text Example


Text Example

White with #C94636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94636; }

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

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

background-color css

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

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

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

border-color css

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

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

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