Html Css Color HEX #C64238 Grenadier

📋 copy color: '#C64238'

red 198 ◦ green 66 ◦ blue 56

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

Shades of Grenadier #C64238

Tints of Grenadier #C64238

RGB

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

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

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

R = 61.88%
G = 20.63%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C64238 (or 0xC64238) is known color: Grenadier. HEX triplet: C6, 42 and 38. RGB value is (198,66,56). Sum of RGB (Red+Green+Blue) = 198+66+56=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C64238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64238 is #39BDC7. Grayscale: #686868. Windows color (decimal): -3784136 or 3687110. OLE color: 3687110.

HSL color Cylindrical-coordinate representation of color #C64238: hue angle of 4.23º 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 #C64238 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 56 -
CMYK 0 0.67 0.72 0.22
HSL 4.23º 0.56% 0.5% -
HSV(B) 4.23º 0.72% 0.78% -
XYZ 25.95 16.19 5.5 -
YUV 104.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 198 66 56 0 0.67 0.72 0.22 4.23 0.56 0.5
Hex C6 42 38 0 43 48 16 4 38 32
Octal 306 102 70 0 103 110 26 4 70 62
Binary 11000110 1000010 111000 0 1000011 1001000 10110 100 111000 110010

Color Harmonies of #C64238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64238

Black with #C64238

Text Example


Text Example

White with #C64238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64238; }

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

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

background-color css

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

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

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

border-color css

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

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

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