Html Css Color HEX #C94537 Grenadier

📋 copy color: '#C94537'

red 201 ◦ green 69 ◦ blue 55

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

Shades of Grenadier #C94537

Tints of Grenadier #C94537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.92%

R = 61.85%
G = 21.23%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C94537 (or 0xC94537) is known color: Grenadier. HEX triplet: C9, 45 and 37. RGB value is (201,69,55). Sum of RGB (Red+Green+Blue) = 201+69+55=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C94537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94537 is #36BAC8. Grayscale: #6B6B6B. Windows color (decimal): -3586761 or 3622345. OLE color: 3622345.

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

Color convert

RGB 201 69 55 -
CMYK 0 0.66 0.73 0.21
HSL 5.75º 0.57% 0.5% -
HSV(B) 5.75º 0.73% 0.79% -
XYZ 26.91 16.95 5.47 -
YUV 106.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 201 69 55 0 0.66 0.73 0.21 5.75 0.57 0.5
Hex C9 45 37 0 42 49 15 6 39 32
Octal 311 105 67 0 102 111 25 6 71 62
Binary 11001001 1000101 110111 0 1000010 1001001 10101 110 111001 110010

Color Harmonies of #C94537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94537

Black with #C94537

Text Example


Text Example

White with #C94537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94537; }

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

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

background-color css

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

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

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

border-color css

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

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

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