Html Css Color HEX #C44D3F Grenadier

📋 copy color: '#C44D3F'

red 196 ◦ green 77 ◦ blue 63

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

Shades of Grenadier #C44D3F

Tints of Grenadier #C44D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 63 (25% from 255) = 18.75%

R = 58.33%
G = 22.92%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C44D3F (or 0xC44D3F) is known color: Grenadier. HEX triplet: C4, 4D and 3F. RGB value is (196,77,63). Sum of RGB (Red+Green+Blue) = 196+77+63=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D3F is #3BB2C0. Grayscale: #6F6F6F. Windows color (decimal): -3912385 or 4148676. OLE color: 4148676.

HSL color Cylindrical-coordinate representation of color #C44D3F: hue angle of 6.32º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44D3F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 77 63 -
CMYK 0 0.61 0.68 0.23
HSL 6.32º 0.53% 0.51% -
HSV(B) 6.32º 0.68% 0.77% -
XYZ 26.32 17.4 6.67 -
YUV 110.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 196 77 63 0 0.61 0.68 0.23 6.32 0.53 0.51
Hex C4 4D 3F 0 3D 44 17 6 35 33
Octal 304 115 77 0 75 104 27 6 65 63
Binary 11000100 1001101 111111 0 111101 1000100 10111 110 110101 110011

Color Harmonies of #C44D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D3F

Black with #C44D3F

Text Example


Text Example

White with #C44D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D3F; }

 p { color: rgb(196,77,63); }

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

background-color css

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

 a { background-color: rgb(196,77,63); }

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

border-color css

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

 span { border-color: rgb(196,77,63); }

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