Html Css Color HEX #C64438 Grenadier

📋 copy color: '#C64438'

red 198 ◦ green 68 ◦ blue 56

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

Shades of Grenadier #C64438

Tints of Grenadier #C64438

RGB

 RED value IS 198 (77.73% from 255) = 61.49%

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

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

R = 61.49%
G = 21.12%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C64438 (or 0xC64438) is known color: Grenadier. HEX triplet: C6, 44 and 38. RGB value is (198,68,56). Sum of RGB (Red+Green+Blue) = 198+68+56=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C64438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64438 is #39BBC7. Grayscale: #696969. Windows color (decimal): -3783624 or 3687622. OLE color: 3687622.

HSL color Cylindrical-coordinate representation of color #C64438: hue angle of 5.07º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C64438 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 56 -
CMYK 0 0.66 0.72 0.22
HSL 5.07º 0.56% 0.5% -
HSV(B) 5.07º 0.72% 0.78% -
XYZ 26.07 16.43 5.54 -
YUV 105.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 198 68 56 0 0.66 0.72 0.22 5.07 0.56 0.5
Hex C6 44 38 0 42 48 16 5 38 32
Octal 306 104 70 0 102 110 26 5 70 62
Binary 11000110 1000100 111000 0 1000010 1001000 10110 101 111000 110010

Color Harmonies of #C64438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64438

Black with #C64438

Text Example


Text Example

White with #C64438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64438; }

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

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

background-color css

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

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

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

border-color css

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

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

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