Html Css Color HEX #C64236 Grenadier

📋 copy color: '#C64236'

red 198 ◦ green 66 ◦ blue 54

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

Shades of Grenadier #C64236

Tints of Grenadier #C64236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 62.26%
G = 20.75%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C64236 (or 0xC64236) is known color: Grenadier. HEX triplet: C6, 42 and 36. RGB value is (198,66,54). Sum of RGB (Red+Green+Blue) = 198+66+54=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64236 is #39BDC9. Grayscale: #686868. Windows color (decimal): -3784138 or 3556038. OLE color: 3556038.

HSL color Cylindrical-coordinate representation of color #C64236: hue angle of 5º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C64236 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 54 -
CMYK 0 0.67 0.73 0.22
HSL 0.57% 0.49% -
HSV(B) 0.73% 0.78% -
XYZ 25.9 16.17 5.25 -
YUV 104.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 198 66 54 0 0.67 0.73 0.22 5 0.57 0.49
Hex C6 42 36 0 43 49 16 5 39 31
Octal 306 102 66 0 103 111 26 5 71 61
Binary 11000110 1000010 110110 0 1000011 1001001 10110 101 111001 110001

Color Harmonies of #C64236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64236

Black with #C64236

Text Example


Text Example

White with #C64236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64236; }

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

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

background-color css

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

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

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

border-color css

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

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

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