Html Css Color HEX #C44137 Grenadier

📋 copy color: '#C44137'

red 196 ◦ green 65 ◦ blue 55

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

Shades of Grenadier #C44137

Tints of Grenadier #C44137

RGB

 RED value IS 196 (76.95% from 255) = 62.03%

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 62.03%
G = 20.57%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C44137 (or 0xC44137) is known color: Grenadier. HEX triplet: C4, 41 and 37. RGB value is (196,65,55). Sum of RGB (Red+Green+Blue) = 196+65+55=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C44137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44137 is #3BBEC8. Grayscale: #676767. Windows color (decimal): -3915465 or 3621316. OLE color: 3621316.

HSL color Cylindrical-coordinate representation of color #C44137: hue angle of 4.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C44137 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 55 -
CMYK 0 0.67 0.72 0.23
HSL 4.26º 0.56% 0.49% -
HSV(B) 4.26º 0.72% 0.77% -
XYZ 25.34 15.79 5.33 -
YUV 103.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 196 65 55 0 0.67 0.72 0.23 4.26 0.56 0.49
Hex C4 41 37 0 43 48 17 4 38 31
Octal 304 101 67 0 103 110 27 4 70 61
Binary 11000100 1000001 110111 0 1000011 1001000 10111 100 111000 110001

Color Harmonies of #C44137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44137

Black with #C44137

Text Example


Text Example

White with #C44137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44137; }

 p { color: rgb(196,65,55); }

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

background-color css

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

 a { background-color: rgb(196,65,55); }

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

border-color css

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

 span { border-color: rgb(196,65,55); }

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