Html Css Color HEX #C44431 Grenadier

📋 copy color: '#C44431'

red 196 ◦ green 68 ◦ blue 49

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

Shades of Grenadier #C44431

Tints of Grenadier #C44431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 62.62%
G = 21.73%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C44431 (or 0xC44431) is known color: Grenadier. HEX triplet: C4, 44 and 31. RGB value is (196,68,49). Sum of RGB (Red+Green+Blue) = 196+68+49=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C44431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44431 is #3BBBCE. Grayscale: #686868. Windows color (decimal): -3914703 or 3228868. OLE color: 3228868.

HSL color Cylindrical-coordinate representation of color #C44431: hue angle of 7.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C44431 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 49 -
CMYK 0 0.65 0.75 0.23
HSL 7.76º 0.6% 0.48% -
HSV(B) 7.76º 0.75% 0.77% -
XYZ 25.39 16.09 4.67 -
YUV 104.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 196 68 49 0 0.65 0.75 0.23 7.76 0.6 0.48
Hex C4 44 31 0 41 4B 17 8 3C 30
Octal 304 104 61 0 101 113 27 10 74 60
Binary 11000100 1000100 110001 0 1000001 1001011 10111 1000 111100 110000

Color Harmonies of #C44431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44431

Black with #C44431

Text Example


Text Example

White with #C44431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44431; }

 p { color: rgb(196,68,49); }

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

background-color css

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

 a { background-color: rgb(196,68,49); }

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

border-color css

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

 span { border-color: rgb(196,68,49); }

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