Html Css Color HEX #C94538 Grenadier

📋 copy color: '#C94538'

red 201 ◦ green 69 ◦ blue 56

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

Shades of Grenadier #C94538

Tints of Grenadier #C94538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 56 (22.27% from 255) = 17.18%

R = 61.66%
G = 21.17%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94538 (or 0xC94538) is known color: Grenadier. HEX triplet: C9, 45 and 38. RGB value is (201,69,56). Sum of RGB (Red+Green+Blue) = 201+69+56=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C94538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94538 is #36BAC7. Grayscale: #6B6B6B. Windows color (decimal): -3586760 or 3687881. OLE color: 3687881.

HSL color Cylindrical-coordinate representation of color #C94538: hue angle of 5.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94538 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 56 -
CMYK 0 0.66 0.72 0.21
HSL 5.38º 0.57% 0.5% -
HSV(B) 5.38º 0.72% 0.79% -
XYZ 26.93 16.96 5.6 -
YUV 106.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 201 69 56 0 0.66 0.72 0.21 5.38 0.57 0.5
Hex C9 45 38 0 42 48 15 5 39 32
Octal 311 105 70 0 102 110 25 5 71 62
Binary 11001001 1000101 111000 0 1000010 1001000 10101 101 111001 110010

Color Harmonies of #C94538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94538

Black with #C94538

Text Example


Text Example

White with #C94538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94538; }

 p { color: rgb(201,69,56); }

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

background-color css

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

 a { background-color: rgb(201,69,56); }

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

border-color css

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

 span { border-color: rgb(201,69,56); }

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