Html Css Color HEX #C44438 Grenadier

📋 copy color: '#C44438'

red 196 ◦ green 68 ◦ blue 56

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

Shades of Grenadier #C44438

Tints of Grenadier #C44438

RGB

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

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

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

R = 61.25%
G = 21.25%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C44438 (or 0xC44438) is known color: Grenadier. HEX triplet: C4, 44 and 38. RGB value is (196,68,56). Sum of RGB (Red+Green+Blue) = 196+68+56=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C44438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44438 is #3BBBC7. Grayscale: #696969. Windows color (decimal): -3914696 or 3687620. OLE color: 3687620.

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

Color convert

RGB 196 68 56 -
CMYK 0 0.65 0.71 0.23
HSL 5.14º 0.56% 0.49% -
HSV(B) 5.14º 0.71% 0.77% -
XYZ 25.55 16.16 5.51 -
YUV 104.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 196 68 56 0 0.65 0.71 0.23 5.14 0.56 0.49
Hex C4 44 38 0 41 47 17 5 38 31
Octal 304 104 70 0 101 107 27 5 70 61
Binary 11000100 1000100 111000 0 1000001 1000111 10111 101 111000 110001

Color Harmonies of #C44438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44438

Black with #C44438

Text Example


Text Example

White with #C44438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44438; }

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

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

background-color css

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

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

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

border-color css

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

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

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