Html Css Color HEX #C44238 Grenadier

📋 copy color: '#C44238'

red 196 ◦ green 66 ◦ blue 56

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

Shades of Grenadier #C44238

Tints of Grenadier #C44238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 61.64%
G = 20.75%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C44238 (or 0xC44238) is known color: Grenadier. HEX triplet: C4, 42 and 38. RGB value is (196,66,56). Sum of RGB (Red+Green+Blue) = 196+66+56=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C44238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44238 is #3BBDC7. Grayscale: #676767. Windows color (decimal): -3915208 or 3687108. OLE color: 3687108.

HSL color Cylindrical-coordinate representation of color #C44238: hue angle of 4.29º 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 #C44238 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 56 -
CMYK 0 0.66 0.71 0.23
HSL 4.29º 0.56% 0.49% -
HSV(B) 4.29º 0.71% 0.77% -
XYZ 25.43 15.92 5.47 -
YUV 103.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 196 66 56 0 0.66 0.71 0.23 4.29 0.56 0.49
Hex C4 42 38 0 42 47 17 4 38 31
Octal 304 102 70 0 102 107 27 4 70 61
Binary 11000100 1000010 111000 0 1000010 1000111 10111 100 111000 110001

Color Harmonies of #C44238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44238

Black with #C44238

Text Example


Text Example

White with #C44238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44238; }

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

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

background-color css

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

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

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

border-color css

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

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

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