Html Css Color HEX #C4443F Grenadier

📋 copy color: '#C4443F'

red 196 ◦ green 68 ◦ blue 63

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

Shades of Grenadier #C4443F

Tints of Grenadier #C4443F

RGB

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

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

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

R = 59.94%
G = 20.8%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4443F (or 0xC4443F) is known color: Grenadier. HEX triplet: C4, 44 and 3F. RGB value is (196,68,63). Sum of RGB (Red+Green+Blue) = 196+68+63=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4443F is #3BBBC0. Grayscale: #696969. Windows color (decimal): -3914689 or 4146372. OLE color: 4146372.

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

Color convert

RGB 196 68 63 -
CMYK 0 0.65 0.68 0.23
HSL 2.26º 0.53% 0.51% -
HSV(B) 2.26º 0.68% 0.77% -
XYZ 25.73 16.23 6.48 -
YUV 105.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 196 68 63 0 0.65 0.68 0.23 2.26 0.53 0.51
Hex C4 44 3F 0 41 44 17 2 35 33
Octal 304 104 77 0 101 104 27 2 65 63
Binary 11000100 1000100 111111 0 1000001 1000100 10111 10 110101 110011

Color Harmonies of #C4443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4443F

Black with #C4443F

Text Example


Text Example

White with #C4443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4443F; }

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

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

background-color css

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

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

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

border-color css

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

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

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